-
Kasper Marstal authored
The new Travis infrastructure supports a new version of CMake which is required by some of SuperBuild dependencies.
Kasper Marstal authoredThe new Travis infrastructure supports a new version of CMake which is required by some of SuperBuild dependencies.
.travis.yml 477 B
sudo: required
dist: trusty
language: cpp
os:
- linux
- osx
compiler:
- clang
- gcc
before_install:
- pwd
- date -u
- uname -a
# Out-of-source build
- cd ..
- mkdir SuperElastix-build
- cd SuperElastix-build
before_script:
- export OMP_NUM_THREADS=2
- echo $OMP_NUM_THREADS
script:
- cmake ../SuperElastix/SuperBuild
- make --jobs=2 | grep -v '^--' | grep -v '^Installing' | grep -v '^common'
after_success:
- cd Elastix-build
- ctest