Fixed PSP build and integrates it with Travis CI

This commit is contained in:
xawotihs
2013-11-09 19:40:01 +01:00
parent e8c73aaf9d
commit 90652fa73d
5 changed files with 59 additions and 3 deletions

17
travis-script.sh Executable file
View File

@@ -0,0 +1,17 @@
#!/bin/sh -ex
# we're building a PSP binary here
cd JGE
make -j 8
cd ..
cd projects/mtg
mkdir objs
make -j 8
# let's try an Intel linux binary
cd ../..
qmake projects/mtg/wagic-qt.pro CONFIG+=console CONFIG+=debug
make -j 8
# and finish by running the testsuite
./wagic