mirror of
https://github.com/Maschell/dynamic_libs.git
synced 2024-11-15 01:15:15 +01:00
29 lines
440 B
YAML
29 lines
440 B
YAML
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/Maschell/dynamic_libs/lib/other/devkitPPCupdatePPCr29.pl
|
|
|
|
install:
|
|
- perl devkitPPCupdatePPCr29.pl
|
|
- 7z x -y ./libs/portlibs.zip -o${DEVKITPRO}
|
|
|
|
script:
|
|
- make |