Skip to content

Commit

Permalink
disabling osx travis-ci until the python silliness can be resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
pnav committed Jul 2, 2019
1 parent b431747 commit 430fd66
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,14 @@ branches:

matrix:
include:
- os: osx
compiler: clang
env:
- MATRIX_EVAL=""
# - os: osx
# osx_image: xcode10.2 # get a modern-enough mac environment
# compiler: clang
# env:
# - MATRIX_EVAL=""
# # - MATRIX_EVAL="find /usr/local/Cellar/vtk"
# # - PYTHONPATH=/usr/local/Cellar/vtk/8.2.0/lib/python3.7/site-packages:${PYTHONPATH}
# - PYTHONPATH=/usr/local/Cellar/vtk/8.1.2_3/lib/python3.7/site-packages:${PYTHONPATH}

# TODO: currently fails due to --std=c++11 flag inclusion
# since cmake detects mac/clang and gcc barfs rather than ignores
Expand Down Expand Up @@ -61,6 +65,7 @@ addons:
- perceptualdiff
- python-numpy
homebrew:
# update: true
packages:
- vtk
- tbb
Expand Down Expand Up @@ -95,7 +100,8 @@ script:
# 2. build Galaxy image writing interface
# 3. run gold image tests
- scripts/travis-ci-build.sh
- if [ -z ${GXY_REBUILDING_CACHE} ] && [ -f install/bin/vis ]; then tests/image-gold-tests.sh; fi
- if [ -z ${GXY_REBUILDING_CACHE} ] && [ -f install/bin/gxywriter ]; 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

notifications:
Expand Down

0 comments on commit 430fd66

Please sign in to comment.