From 91bfa11a4ffbc67041e90b58038fa1ea745b9635 Mon Sep 17 00:00:00 2001 From: Xawotihs Date: Sun, 8 Sep 2019 23:27:47 +0200 Subject: [PATCH] we build res if we build psp, removed the ref to the mac script --- tools/travis-script.sh | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/tools/travis-script.sh b/tools/travis-script.sh index f7b105db9..08b580d12 100755 --- a/tools/travis-script.sh +++ b/tools/travis-script.sh @@ -25,7 +25,7 @@ ant update > error.txt cd ../.. # we create resource package -if [ "$BUILD_RES" = "YES" ]; then +if [ "$BUILD_RES" = "YES" ] || [ "$BUILD_PSP" = "YES" ]; then cd projects/mtg/bin/Res python createResourceZip.py # if we let the zip here, Wagic will use it in the testsuite @@ -84,8 +84,3 @@ if [ "$BUILD_Qt" = "YES" ]; then ../../wagic cd ../.. fi - -# Let's launch de Mac cross-compilation -if [ "$BUILD_MAC" = "YES" ]; then - ./tools/build-macos-script.sh -fi