Fixed PSP build and integrates it with Travis CI
This commit is contained in:
17
travis-script.sh
Executable file
17
travis-script.sh
Executable 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
|
||||
Reference in New Issue
Block a user