diff --git a/.travis.yml b/.travis.yml index 77ee015f..5cb98fd1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,6 +14,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_fspp_test_main -- -j2 - wget https://raw.githubusercontent.com/smessmer/travis-utils/master/run_with_fuse.sh && chmod +x run_with_fuse.sh