Build and upload core resource package

This commit is contained in:
xawotihs
2013-12-06 21:21:01 +01:00
parent 3bc9c93bab
commit 904b7a6d86
2 changed files with 14 additions and 1 deletions

View File

@@ -36,5 +36,11 @@ cd ..
qmake projects/mtg/wagic-qt.pro CONFIG+=console CONFIG+=debug DEFINES+=CAPTURE_STDERR
make -j 8
# and finish by running the testsuite
# Now we run the testsuite
./wagic
# And we create resource package (not before testsuite, it mofifies resources)
cd projects/mtg/bin/Res
python createResourceZip.py
mv core_*.zip core.zip
cd ../../../..