Update Travis to Ubuntu 16.04, Mono 5.10, NSIS 3.03.

This commit is contained in:
Paul Chote
2019-03-17 19:50:09 +00:00
committed by Oliver Brakmann
parent 8ee11028d7
commit 5b00586de2
5 changed files with 12 additions and 12 deletions

View File

@@ -73,7 +73,7 @@ echo "Building core files"
pushd "${SRCDIR}" > /dev/null || exit 1
make clean
make osx-dependencies
make core SDK="-sdk:4.5"
make core
make version VERSION="${TAG}"
make install-core gameinstalldir="/Contents/Resources/" DESTDIR="${BUILTDIR}/OpenRA.app"
popd > /dev/null || exit 1