Add .travis.yml for Travis CI

@bunnei or @neobrain, you'll have to add this to Travis.
This commit is contained in:
archshift 2015-01-10 15:07:48 -08:00
parent ef9eb0d006
commit b6d828e070

20
.travis.yml Normal file
View File

@ -0,0 +1,20 @@
os:
- linux
- osx
language: cpp
before_install:
- wget http://sourceforge.net/projects/devkitpro/files/Automated%20Installer/devkitARMupdate.pl
- export DEVKITPRO=/home/travis/devkitPro
- export DEVKITARM=${DEVKITPRO}/devkitARM
- git clone https://github.com/smealum/ctrulib
install:
- sudo perl devkitARMupdate.pl
- cd ctrulib/libctru
- make
- sudo make install
script:
- make