mirror of
https://github.com/GRRLIB/GRRLIB.git
synced 2024-11-12 19:02:20 +00:00
Added Travis CI build status on README.md.
This commit is contained in:
parent
926da933df
commit
1489036470
2 changed files with 4 additions and 1 deletions
|
@ -15,4 +15,5 @@ install:
|
||||||
- sudo perl devkitPPCupdate.pl
|
- sudo perl devkitPPCupdate.pl
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- cd GRRLIB && sudo -E make all install && cd ..
|
- cd GRRLIB && sudo -E make clean all install && cd ..
|
||||||
|
- cd examples && make && cd ..
|
|
@ -1,3 +1,5 @@
|
||||||
|
[![Build Status](https://travis-ci.org/GRRLIB/GRRLIB.svg?branch=master)](https://travis-ci.org/GRRLIB/GRRLIB)
|
||||||
|
|
||||||
GRRLIB
|
GRRLIB
|
||||||
======
|
======
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue