Skip to content

Commit

Permalink
Add github CI (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
WinterMute authored Apr 28, 2024
1 parent c44c5cc commit 5c38a48
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/gamecube.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Gamecube CI

on: [push, pull_request]

jobs:
wii:
name: ubuntu-latest
runs-on: ubuntu-latest
container: devkitpro/devkitppc:latest

steps:
- uses: actions/checkout@v4

- name: Build
run: |
catnip -t gamecube
16 changes: 16 additions & 0 deletions .github/workflows/wii.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Wii CI

on: [push, pull_request]

jobs:
wii:
name: ubuntu-latest
runs-on: ubuntu-latest
container: devkitpro/devkitppc:latest

steps:
- uses: actions/checkout@v4

- name: Build
run: |
catnip -t wii

0 comments on commit 5c38a48

Please sign in to comment.