From 4a7e4efe26f3705d56bb69b8f9a7caec30b2a930 Mon Sep 17 00:00:00 2001 From: Sebastian Messmer Date: Mon, 4 May 2015 19:47:12 +0200 Subject: [PATCH] Also build test executable on travis --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index ac4ec37d..78ae49d4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,6 +17,7 @@ script: #The configure line is needed as a workaround for the following link, otherwise we wouldn't need "bii configure" at all because "bii build" calls it: http://forum.biicode.com/t/error-could-not-find-the-following-static-boost-libraries-boost-thread/374 - bii cpp:configure || bii cpp:configure - bii cpp:build -- -j2 +- bii cpp:build --target messmer_cryfs_test_main -- -j2 - wget https://raw.githubusercontent.com/smessmer/travis-utils/master/run_with_fuse.sh && chmod +x run_with_fuse.sh && ./run_with_fuse.sh "./bin/messmer_cryfs_test_main"