Test building distribution packages on travis
This commit is contained in:
parent
c8e6ed5d9f
commit
2357d42922
1
.gitignore
vendored
1
.gitignore
vendored
@ -29,3 +29,4 @@
|
|||||||
|
|
||||||
# Biicode directory
|
# Biicode directory
|
||||||
bii
|
bii
|
||||||
|
bin
|
||||||
|
@ -18,7 +18,11 @@ before_script:
|
|||||||
script:
|
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
|
||||||
|
# Build cryfs executable
|
||||||
- bii cpp:build -- -j2
|
- bii cpp:build -- -j2
|
||||||
|
# Make distribution packages
|
||||||
|
- cd bii/build/messmer_cryfs && make package
|
||||||
|
# Build and run test cases
|
||||||
- bii cpp:build --target messmer_cryfs_test_main -- -j2
|
- bii cpp:build --target messmer_cryfs_test_main -- -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
|
||||||
|
Loading…
Reference in New Issue
Block a user