mirror of
https://github.com/GRRLIB/GRRLIB.git
synced 2024-11-14 03:42:20 +00:00
19 lines
332 B
YAML
19 lines
332 B
YAML
|
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 ..
|