Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

trying to get travis to use correct conda channel and vtks #2150

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
seems to choke on conda extras
doutriaux1 committed Jan 12, 2017
commit b3314a95976cb6c8a657c0296175cd1631aae8e2
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@ script:
- export NOX="OFF"
- export NCPUS="4"
- export CONDA_XTRA="uvcdat/label/nightly -c uvcdat"
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then export NOX="ON"; export CONDA_XTRA=${CONDA_XTRA}+" -c spyder-ide libxcb"; fi
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then export NOX="ON"; export CONDA_XTRA=${CONDA_XTRA}" -c spyder-ide libxcb"; fi
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then export NCPUS="8" ; fi
- echo $TRAVIS_BRANCH
- export TRAVIS_PR_BRANCH=$TRAVIS_BRANCH
@@ -33,6 +33,7 @@ script:
- cd _build
- echo "OFFSCREEN IS:"$NOX
- cmake -DGIT_PROTOCOL=git:// ../uvcdat -DCDAT_BUILD_OFFSCREEN=$NOX -DCONDA_CHANNEL_UVCDAT="$CONDA_XTRA"
- echo "CNODA EXTEAS WERE:"${CONDA_XTRA}
- make
- conda list
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then ctest -VV -R download_sample_data ; fi