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

COMP: Fix Travis CI test script

parent 36c567fd
No related branches found
No related tags found
No related merge requests found
sudo: false
language: cpp
os:
- linux
- osx
compiler:
- clang
- gcc
......@@ -21,4 +27,7 @@ before_script:
script:
- cmake ../SuperElastix/SuperBuild
- make --jobs=2 | grep -v '^--' | grep -v '^Installing'
- make test
after_sucess:
- cd Elastix-build
- ctest
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