mirror of
https://github.com/dborth/snes9xgx.git
synced 2024-11-23 19:19:22 +01:00
ffde2f7bf3
This change enables automated build via Cirrus CI.
17 lines
470 B
YAML
17 lines
470 B
YAML
snes9xgx_gamecube-wii_task:
|
|
container:
|
|
image: devkitpro/devkitppc
|
|
|
|
update_script:
|
|
- sudo dkp-pacman -Sy --noconfirm
|
|
- sudo dkp-pacman -S libfat-ogc libogc --noconfirm
|
|
|
|
setup_script:
|
|
- cp -r /tmp/cirrus-ci-build/buildtools/libfreetype.a /opt/devkitpro/portlibs/ppc/lib/
|
|
- cp -r /tmp/cirrus-ci-build/buildtools/libfreetype.la /opt/devkitpro/portlibs/ppc/lib/
|
|
|
|
compile_script:
|
|
- make -j3
|
|
build_artifacts:
|
|
path: "executables/*"
|