1st attempt to install dkA and build
This commit is contained in:
parent
800cb7b566
commit
f59987301c
11
.travis.yml
Normal file
11
.travis.yml
Normal file
@ -0,0 +1,11 @@
|
||||
language: cpp
|
||||
|
||||
before_install:
|
||||
- wget http://sourceforge.net/projects/devkitpro/files/Automated%20Installer/devkitARMupdate.pl/download
|
||||
|
||||
install:
|
||||
- perl devkitARMupdate.pl
|
||||
|
||||
script:
|
||||
- cd libctru
|
||||
- make
|
Loading…
Reference in New Issue
Block a user