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

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"