Skip to content

Commit

Permalink
we build res if we build psp, removed the ref to the mac script
Browse files Browse the repository at this point in the history
  • Loading branch information
xawotihs committed Sep 8, 2019
1 parent 46834a6 commit 91bfa11
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions tools/travis-script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit 91bfa11

Please sign in to comment.