From b6d828e070720b94c234f3204f144237d858671e Mon Sep 17 00:00:00 2001 From: archshift Date: Sat, 10 Jan 2015 15:07:48 -0800 Subject: [PATCH] Add .travis.yml for Travis CI @bunnei or @neobrain, you'll have to add this to Travis. --- .travis.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..eea6606 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,20 @@ +os: + - linux + - osx + +language: cpp + +before_install: + - wget http://sourceforge.net/projects/devkitpro/files/Automated%20Installer/devkitARMupdate.pl + - export DEVKITPRO=/home/travis/devkitPro + - export DEVKITARM=${DEVKITPRO}/devkitARM + - git clone https://github.com/smealum/ctrulib + +install: + - sudo perl devkitARMupdate.pl + - cd ctrulib/libctru + - make + - sudo make install + +script: + - make