From 6b56813281be844e4c283a7325f3daffddc0fc7c Mon Sep 17 00:00:00 2001 From: filux Date: Sun, 8 Nov 2015 08:31:40 +0100 Subject: [PATCH] new parameter for CI --- data/glest_game | 2 +- mk/linux/make-binary-archive.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/data/glest_game b/data/glest_game index bf04854ad..736113a2b 160000 --- a/data/glest_game +++ b/data/glest_game @@ -1 +1 @@ -Subproject commit bf04854ade7cd0fc51483c857e590acfef4fbc26 +Subproject commit 736113a2b4b883722279942e11e63bdb414fe39f diff --git a/mk/linux/make-binary-archive.sh b/mk/linux/make-binary-archive.sh index b1547df6a..bd7fbcfc5 100755 --- a/mk/linux/make-binary-archive.sh +++ b/mk/linux/make-binary-archive.sh @@ -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"