Merge pull request #18 from archshift/patch-1
Add .travis.yml for Travis CI
This commit is contained in:
commit
43bfcc96eb
20
.travis.yml
Normal file
20
.travis.yml
Normal 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
|
Loading…
x
Reference in New Issue
Block a user