Skip to content

Commit

Permalink
Exclude DrawEM from Travis CI build
Browse files Browse the repository at this point in the history
Waiting for MIRTK/DrawEM#27 to be merged.
  • Loading branch information
schuhschuh committed Dec 24, 2019
1 parent 3f30f5c commit bf1b522
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ env:
- WITH_TBB=ON # build with TBB is always recommended
- WITH_FLANN=ON # build with FLANN is optional, but requires only little extra build time
- WITH_FLTK=ON # build with FLTK-based Viewer when WITH_VTK is turned ON
- WITH_ITK=ON # required by ANTs N4 which is included in DrawEM package
- WITH_ITK=OFF # required by ANTs N4 which is included in DrawEM package
# exclude DrawEM from Travis CI build for now, see https://github.com/MIRTK/DrawEM/pull/27
# build and deployment of AppImage for Linux
- AppImage_BUILD=${AppImage_BUILD:-ON}
- AppImage_BRANCH=${AppImage_BRANCH:-master}
Expand Down

0 comments on commit bf1b522

Please sign in to comment.