1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-02-02 19:56:13 +01:00

don't build g2 on ci

This commit is contained in:
Miso Zmiric (Mike Squinter)
2015-06-04 22:02:38 +01:00
parent dfcea20443
commit 05b8e7b7b1

View File

@@ -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