new parameter for CI

This commit is contained in:
filux 2015-11-08 08:31:40 +01:00
parent d3c193a7c8
commit 6b56813281
2 changed files with 2 additions and 1 deletions

@ -1 +1 @@
Subproject commit bf04854ade7cd0fc51483c857e590acfef4fbc26
Subproject commit 736113a2b4b883722279942e11e63bdb414fe39f

View File

@ -6,6 +6,7 @@
# set this to non 0 to skip building the binary
skipbinarybuild=0
if [ "$1" = "-CI" ]; then skipbinarybuild=1; fi
# Consider setting this for small packages if there's plenty of RAM and CPU available:
#export XZ_OPT="$XZ_OPT -9e"