Skip to content

Commit

Permalink
updated travis-ci to rebuild third-party foo
Browse files Browse the repository at this point in the history
  • Loading branch information
pnav committed Dec 12, 2019
1 parent 6b6e5e1 commit 5f65035
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@ script:
# - pushd third-party/ispc && rm -rf ispc-* && ./get-ispc.sh; popd

# use this to update versons of embree ospray rapidjson
# - rm .galaxy/gxy_third_party_installed ; GXY_REBUILDING_CACHE=1
# - rm -rf third-party/embree third-party/ospray third-party/rapidjson
# - scripts/install-third-party.sh
- rm .galaxy/gxy_third_party_prep_done .galaxy/gxy_third_party_installed ; GXY_REBUILDING_CACHE=1
- rm -rf third-party/embree third-party/ospray third-party/rapidjson
- scripts/install-third-party.sh


# use this to rebuild embree and ospray
Expand All @@ -109,7 +109,7 @@ script:
# 1. build Galaxy interactive interface
# 2. build Galaxy image writing interface
# 3. run gold image tests
- scripts/travis-ci-build.sh
- if [ -z ${GXY_REBUILDING_CACHE} ]; then scripts/travis-ci-build.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 5f65035

Please sign in to comment.