Workaround for broken biicode on travis

This commit is contained in:
Sebastian Messmer 2015-04-10 00:06:02 +02:00
parent c43612fae6
commit 787d4f5382

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 -- -j2
#- wget https://raw.githubusercontent.com/smessmer/travis-utils/master/run_with_fuse.sh
# && chmod +x run_with_fuse.sh