Merge pull request #22 from Crayon2000/lib

Add Travis CI file
This commit is contained in:
Maschell 2017-11-18 12:59:51 +01:00 committed by GitHub
commit c93168c28c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

29
.travis.yml Normal file
View File

@ -0,0 +1,29 @@
language: c
sudo: false
os:
- linux
env:
global:
- DEVKITPRO=$HOME/devkitPro
- DEVKITPPC=${DEVKITPRO}/devkitPPC
cache:
directories:
- ${DEVKITPRO}
addons:
apt:
packages:
- p7zip-full
before_install:
- wget https://raw.githubusercontent.com/devkitPro/installer/master/perl/devkitPPCupdate.pl
install:
- perl devkitPPCupdate.pl
- 7z x -y ./libs/portlibs.zip -o${DEVKITPRO}
script:
- make