mirror of
https://github.com/Maschell/dynamic_libs.git
synced 2024-11-14 17:05:16 +01:00
Add Travis CI file
This commit is contained in:
parent
d603f64075
commit
3040cd1522
29
.travis.yml
Normal file
29
.travis.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user