Fix travis CI

This commit is contained in:
Sebastian Messmer 2015-12-16 01:28:38 +01:00
parent 199552f42d
commit 437a13e925

View File

@ -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