diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..b940315 --- /dev/null +++ b/.travis.yml @@ -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 \ No newline at end of file