Merge pull request #11 from archshift/patch-1
Add travis.yml file for Travis CI
This commit is contained in:
commit
6641948b30
12
.travis.yml
Normal file
12
.travis.yml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
language: c
|
||||||
|
|
||||||
|
before_install:
|
||||||
|
- wget http://sourceforge.net/projects/devkitpro/files/Automated%20Installer/devkitARMupdate.pl
|
||||||
|
- export DEVKITPRO=/home/travis/devkitPro
|
||||||
|
- export DEVKITARM=${DEVKITPRO}/devkitARM
|
||||||
|
|
||||||
|
install:
|
||||||
|
- sudo perl devkitARMupdate.pl
|
||||||
|
|
||||||
|
script:
|
||||||
|
- make
|
Loading…
x
Reference in New Issue
Block a user