From: tbaudier Date: Fri, 20 Jan 2017 11:00:17 +0000 (+0100) Subject: just build vv with travis X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=4fd75677ac54798f12f17dae190f67c136c47d39;p=clitk.git just build vv with travis without tools in order to save time --- diff --git a/travis/travis_build_vv.sh b/travis/travis_build_vv.sh index c3c9a0a..797b03c 100755 --- a/travis/travis_build_vv.sh +++ b/travis/travis_build_vv.sh @@ -5,7 +5,7 @@ MAKE="make --jobs=$NUM_THREADS --keep-going" #Prepare cmake arguments following the vv version cmake_arg_str=" -DCLITK_BUILD_REGISTRATION=OFF -DCLITK_BUILD_SEGMENTATION=OFF --DCLITK_BUILD_TOOLS=ON +-DCLITK_BUILD_TOOLS=OFF -DCLITK_BUILD_VV=ON -DCLITK_EXPERIMENTAL=OFF"