Enable test cases on travis
This commit is contained in:
parent
30f7791af7
commit
4e852cc581
@ -17,10 +17,10 @@ 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
|
#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:configure || bii cpp:configure
|
||||||
- bii cpp:build -- -j2
|
- bii cpp:build -- -j2
|
||||||
#- wget https://raw.githubusercontent.com/smessmer/travis-utils/master/run_with_fuse.sh
|
- wget https://raw.githubusercontent.com/smessmer/travis-utils/master/run_with_fuse.sh
|
||||||
# && chmod +x run_with_fuse.sh
|
&& chmod +x run_with_fuse.sh
|
||||||
# && ./run_with_fuse.sh "./bin/messmer_cryfs_test_main"
|
&& ./run_with_fuse.sh "./bin/messmer_cryfs_test_main"
|
||||||
# && rm run_with_fuse.sh
|
&& rm run_with_fuse.sh
|
||||||
after_success:
|
after_success:
|
||||||
- bii user ${BII_USERNAME} -p ${BII_PASSWORD}
|
- bii user ${BII_USERNAME} -p ${BII_PASSWORD}
|
||||||
- bii publish
|
- bii publish
|
||||||
|
Loading…
Reference in New Issue
Block a user