From e81f1299cb069aa4e06eb0aeb1cdec403f9dca2f Mon Sep 17 00:00:00 2001 From: Rolzad73 Date: Wed, 27 Mar 2019 21:03:40 -0400 Subject: [PATCH] - try to fix travis build travis script debug --- tools/travis-script.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tools/travis-script.sh b/tools/travis-script.sh index b61f11f15..23bb9fbd6 100755 --- a/tools/travis-script.sh +++ b/tools/travis-script.sh @@ -20,16 +20,23 @@ echo RELEASE_NAME = $RELEASE_NAME # updating versions with the TRAVIS build numbers +echo changing dir 1 cd projects/mtg/ +echo ant updating ant update > error.txt +echo changing dir 2 cd ../.. # we create resource package +echo changing dir 3 cd projects/mtg/bin/Res +echo creating resources zip python createResourceZip.py # if we let the zip here, Wagic will use it in the testsuite # and we'll get 51 failed test cases +echo moving core zip mv core_*.zip ../../../../core.zip +echo changing dir 4 cd ../../../.. # we're building a PSP binary here