Add travis.yml file for Travis CI
This commit is contained in:
parent
f71096aefe
commit
4169b8828d
16
.travis.yml
Normal file
16
.travis.yml
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
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 -E make install
|
||||||
|
|
||||||
|
script:
|
||||||
|
- make
|
Loading…
x
Reference in New Issue
Block a user