aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2018-05-19 15:15:20 +0100
committerYann Herklotz <ymherklotz@gmail.com>2018-05-19 15:15:20 +0100
commita8de6cb5593e3d6347393eb4c144c9cc22a470d8 (patch)
treec92063014bb76356acd09a2231e81aa084c49266 /scripts
parent6985227db75f6adfeba880926e6629bf17b00ee8 (diff)
downloadYAGE-a8de6cb5593e3d6347393eb4c144c9cc22a470d8.tar.gz
YAGE-a8de6cb5593e3d6347393eb4c144c9cc22a470d8.zip
Moving resources and generalising examples
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/travis_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/travis_build b/scripts/travis_build
index e60088c8..7da8a258 100755
--- a/scripts/travis_build
+++ b/scripts/travis_build
@@ -12,7 +12,7 @@ cd $TRAVIS_BUILD_DIR
# start building
mkdir -p build
cd build
-cmake -DYAGE_BUILD_TESTS=ON -DYAGE_BUILD_DOCS=ON ..
+cmake -DYAGE_BUILD_TESTS=ON -DYAGE_BUILD_DOCS=ON -DYAGE_BUILD_EXAMPLES=ON ..
make
cd tests
ctest -j 2 --schedule-random --repeat-until-fail 3