From 05b8e7b7b12e201e1bb9a3f6e8af07aae283659e Mon Sep 17 00:00:00 2001 From: "Miso Zmiric (Mike Squinter)" Date: Thu, 4 Jun 2015 22:02:38 +0100 Subject: [PATCH] don't build g2 on ci --- build.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 35c37add46..49df49f378 100755 --- a/build.sh +++ b/build.sh @@ -11,8 +11,10 @@ pushd build make popd -echo Building: data/g2.dat -./build_g2.sh > /dev/null 2>&1 +if [[ -z "$DISABLE_G2_BUILD" ]]; then + echo Building: data/g2.dat + ./build_g2.sh > /dev/null 2>&1 +fi if [[ ! -h openrct2.dll ]]; then ln -s build/openrct2.dll openrct2.dll