GRRLIB/.travis.yml

19 lines
332 B
YAML
Raw Normal View History

2015-10-30 01:49:05 +00:00
language: c
os:
- linux
env:
global:
- DEVKITPRO=$HOME/devkitPro
- DEVKITPPC=${DEVKITPRO}/devkitPPC
before_install:
- wget http://sourceforge.net/projects/devkitpro/files/Automated%20Installer/devkitPPCupdate.pl
install:
- sudo perl devkitPPCupdate.pl
script:
- cd GRRLIB && sudo -E make all install && cd ..