Improve travis build

This commit is contained in:
Sebastian Messmer 2015-11-27 18:37:34 +01:00
parent 9777ac483f
commit 21059bc0fb

View File

@ -33,6 +33,7 @@ script:
# Make distribution packages # Make distribution packages
- bii clean - bii clean
- bii cpp:configure -D CMAKE_BUILD_TYPE=Release - bii cpp:configure -D CMAKE_BUILD_TYPE=Release
- bii build -- -j2
- cd bii/build/messmer_cryfs && make package && cd ../../.. - cd bii/build/messmer_cryfs && make package && cd ../../..
after_success: after_success:
- bii user ${BII_USERNAME} -p ${BII_PASSWORD} - bii user ${BII_USERNAME} -p ${BII_PASSWORD}