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
+8 -1
View File
@@ -1,2 +1,9 @@
language: cpp
script: "qmake projects/mtg/wagic-qt.pro CONFIG+=console CONFIG+=debug && make -j 8 && ./wagic"
before_install:
- export PSPDEV="$TRAVIS_BUILD_DIR/opt/pspsdk"
- export PSPSDK="$PSPDEV/psp/sdk"
- export PATH="$PATH:$PSPDEV/bin:$PSPSDK/bin"
install:
- wget -O sdk.lzma http://sourceforge.net/projects/minpspw/files/SDK%20%2B%20devpak/pspsdk%200.11.2/minpspw_0.11.2-amd64.tar.lzma/download
- tar -x --xz -f sdk.lzma6
script: "./travis-script.sh"