mirror of
https://github.com/GRRLIB/GRRLIB.git
synced 2024-11-21 22:42:20 +00:00
Added Travis CI file.
This commit is contained in:
parent
2555249ecb
commit
926da933df
3 changed files with 22 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -15,3 +15,6 @@ build
|
|||
|
||||
# Programmer's Notepad state file
|
||||
*.pnps
|
||||
|
||||
# Generated doxygen HTML documentation
|
||||
/doc
|
||||
|
|
18
.travis.yml
Normal file
18
.travis.yml
Normal 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 ..
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue