Skip to content

Merge branch 'dev/graphics' of https://github.com/lovebrew/lovepotion… #134

Merge branch 'dev/graphics' of https://github.com/lovebrew/lovepotion…

Merge branch 'dev/graphics' of https://github.com/lovebrew/lovepotion… #134

name: Nintendo Wii U
on: [push, pull_request]
jobs:
WiiU-Release:
runs-on: ubuntu-latest
container:
image: docker://devkitpro/devkitppc
options: --cpus 2
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build
run: catnip -T WiiU
- id: commit
uses: prompt/actions-commit-hash@v3
- uses: actions/upload-artifact@v4
with:
name: Nintendo Wii U-${{ steps.commit.outputs.short }}
path: |
build/**.elf
build/**.wuhb
WiiU-Debug:
runs-on: ubuntu-latest
container:
image: docker://devkitpro/devkitppc
options: --cpus 2
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build
run: catnip -T WiiU debug
- id: commit
uses: prompt/actions-commit-hash@v3
- uses: actions/upload-artifact@v4
with:
name: Nintendo Wii U (Debug)-${{ steps.commit.outputs.short }}
path: |
build/**.elf
build/**.wuhb