Skip to content
Snippets Groups Projects
Commit e86c4bc0 authored by Kasper Marstal's avatar Kasper Marstal
Browse files

COMP: ELASTIX-1 Add support for Travis CI

parent 8f2927c5
No related branches found
No related tags found
No related merge requests found
language: cpp
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'
- make test
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment