Added Travis CI file.

This commit is contained in:
Crayon2000 2015-10-29 21:49:05 -04:00
parent 2555249ecb
commit 926da933df
3 changed files with 22 additions and 1 deletions

3
.gitignore vendored
View file

@ -15,3 +15,6 @@ build
# Programmer's Notepad state file
*.pnps
# Generated doxygen HTML documentation
/doc

18
.travis.yml Normal file
View file

@ -0,0 +1,18 @@
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 ..

View file

@ -220,7 +220,7 @@ GRR_EXTERN u32 fb GRR_INIT(0);
* @section Links
* Forum: http://grrlib.santo.fr/forum\n
* Code: https://github.com/GRRLIB/GRRLIB\n
* IRC: <a href="irc://irc.efnet.net/grrlib">#GRRLIB</a> on EFnet
* IRC: <a href="irc://irc.efnet.net/grrlib">\#GRRLIB</a> on EFnet
*
* @section Credits
* Project Leader : NoNameNo\n