Skip to content

Commit

Permalink
disable image tests for osx
Browse files Browse the repository at this point in the history
  • Loading branch information
pnav committed Jul 7, 2020
1 parent 110b944 commit 26fad5c
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,6 @@ before_install:
- eval "${MATRIX_EVAL}"

script:
- export GXY_REBUILDING_CACHE=1
- ls -l /Users/travis/build/TACC/Galaxy/third-party/VTK-8.1.2/install/lib/python3.7/site-packages/vtk
- scripts/travis-ci-build.sh
- cat /Users/travis/build/TACC/Galaxy/install/galaxy.env

# use to rebuild VTK cache
# do this first; run once to build VTK
# - export GXY_REBUILDING_CACHE=1; rm -rf third-party/VTK-8.1.2; scripts/travis-ci-build.sh
Expand All @@ -111,7 +106,7 @@ script:
# 3. run gold image tests
# 4. run unit tests
- if [ -z ${GXY_REBUILDING_CACHE} ]; then scripts/travis-ci-build.sh; fi
- if [ -z ${GXY_REBUILDING_CACHE} ] && [ -f install/bin/gxywriter ]; then tests/image-gold-tests.sh; fi
- if [ -z ${GXY_REBUILDING_CACHE} ] && [ -f install/bin/gxywriter ] && [ "${TRAVIS_OS_NAME}" == "linux" ]; then tests/image-gold-tests.sh; fi
- if [ -z ${GXY_REBUILDING_CACHE} ] && [ -d install/tests ]; then tests/unit-tests.sh; fi
- echo $(date) > .galaxy/last_build

Expand Down

0 comments on commit 26fad5c

Please sign in to comment.