From 25a3ab8a22c2441fea88fb92a5ca4f1cd047d825 Mon Sep 17 00:00:00 2001 From: Sebastian Messmer Date: Thu, 9 Apr 2015 18:27:29 +0200 Subject: [PATCH] Workaround for biicode boost --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 22c83472..e48424f3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,6 +13,8 @@ before_script: && ./setup_biicode_project.sh && rm setup_biicode_project.sh 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 --target messmer_blobstore_test_main -- -j2 - "./bin/messmer_blobstore_test_main" after_success: