From 14890364706e749e0c304de3b34315bd8b13d359 Mon Sep 17 00:00:00 2001 From: Crayon2000 Date: Thu, 29 Oct 2015 22:28:11 -0400 Subject: [PATCH] Added Travis CI build status on README.md. --- .travis.yml | 3 ++- README.md | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3f6af9d..0512cb3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,4 +15,5 @@ install: - sudo perl devkitPPCupdate.pl script: - - cd GRRLIB && sudo -E make all install && cd .. + - cd GRRLIB && sudo -E make clean all install && cd .. + - cd examples && make && cd .. \ No newline at end of file diff --git a/README.md b/README.md index daf206e..afd01ae 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![Build Status](https://travis-ci.org/GRRLIB/GRRLIB.svg?branch=master)](https://travis-ci.org/GRRLIB/GRRLIB) + GRRLIB ======