dynamic_libs/.travis.yml

29 lines
428 B
YAML
Raw Normal View History

2017-11-14 03:57:36 +01:00
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