GRRLIB/.travis.yml
Crayon2000 4007b45af1 Add licence to Related Pages in documentation
The licence file extension was changed to Markdown.
2017-02-25 13:16:08 -05:00

22 lines
442 B
YAML

language: c
dist: trusty
sudo: required
os:
- linux
env:
global:
- DEVKITPRO=$HOME/devkitPro
- DEVKITPPC=${DEVKITPRO}/devkitPPC
before_install:
- wget https://sourceforge.net/projects/devkitpro/files/Automated%20Installer/devkitPPCupdate.pl
install:
- sudo perl devkitPPCupdate.pl
script:
- (cd GRRLIB && sudo -E make clean all install)
- (cd examples && make)
- (cd GRRLIB && sudo -E make PLATFORM=cube clean all)