Skip to content

Commit

Permalink
Merge pull request #947 from gdevenyi/update-travis
Browse files Browse the repository at this point in the history
Update travis
  • Loading branch information
cookpa authored Feb 10, 2020
2 parents 76b0cc0 + 552a0ca commit 03d09dc
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,17 @@ matrix:
- gcc@9
update: yes
#OSX clang starts here
- os: osx
osx_image: xcode11.3
env:
- MATRIX_EVAL=""
addons:
homebrew:
packages:
- cmake
- ccache
- ninja
update: yes
- os: osx
osx_image: xcode11.2
env:
Expand Down Expand Up @@ -328,4 +339,4 @@ script:
- export ExternalData_OBJECT_STORES=${TRAVIS_BUILD_DIR}/externalobjects
- "export PATH=\"$(echo ${PATH} | awk -v RS=: -v ORS=: '/ccache/ {next} {print}')\""
- cmake -GNinja -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON -DRUN_LONG_TESTS=OFF -DRUN_SHORT_TESTS=ON ..
- ../buildscripts/travis-command-wrapper.py -s "date" --deadline=$(( $(python -c "import time; print(int(time.time()))") + 4500 )) -- cmake --build . --parallel && cd ANTS-build && ctest -j2
- ../buildscripts/travis-command-wrapper.py -s "date" --deadline=$(( $(python -c "import time; print(int(time.time()))") + 3900 )) -- cmake --build . --parallel && cd ANTS-build && ctest -j2

0 comments on commit 03d09dc

Please sign in to comment.