1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-24 00:03:11 +01:00

Merge pull request #1225 from mzmiric5/develop

don't build g2 on ci
This commit is contained in:
Ted John
2015-06-04 22:41:46 +01:00

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