Some echo traces

This commit is contained in:
Xawotihs
2017-09-05 22:36:19 +02:00
committed by GitHub
parent f49ef92f90
commit d5bfb8201b
+3
View File
@@ -20,13 +20,16 @@ echo RELEASE_NAME = $RELEASE_NAME
if [ "$TRAVIS_OS_NAME" = "linux" ]; then if [ "$TRAVIS_OS_NAME" = "linux" ]; then
# updating versions with the TRAVIS build numbers # updating versions with the TRAVIS build numbers
cd projects/mtg/ cd projects/mtg/
echo before ant
ant update > error.txt ant update > error.txt
echo after ant
cd ../.. cd ../..
fi fi
# we create resource package # we create resource package
cd projects/mtg/bin/Res cd projects/mtg/bin/Res
python createResourceZip.py python createResourceZip.py
echo after python
# if we let the zip here, Wagic will use it in the testsuite # if we let the zip here, Wagic will use it in the testsuite
# and we'll get 51 failed test cases # and we'll get 51 failed test cases
mv core_*.zip ../../../../core.zip mv core_*.zip ../../../../core.zip