Skip to content

updates in prep for 0.6 #63

updates in prep for 0.6

updates in prep for 0.6 #63

Workflow file for this run

name: Wii NTSC-U 1.0 Tests
on:
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
container:
image: ghcr.io/pheenoh/zsrtp-tpgz:wii_ntscu_10
options: --shm-size=128m --ulimit core=-1 --privileged=true
steps:
- name: Checkout
uses: actions/checkout@v4
with:
token: ${{secrets.MY_REPO_PAT}}
submodules: recursive
- name: Move ISO
run: mkdir -p ./isos/ && mv /RZDE01.iso ./isos/RZDE01.iso
- name: Compiler Test
run: mkdir build && cd build && cmake .. -DPR_TEST=1 -DPLATFORM=WII -DREGION=NTSCU_10 && make -j$(nproc) iso && cd ..
- name: Boot Dolphin
run: |
dolphin-emu-nogui --platform=headless --video_backend=Null -e build/tpgzw.iso &
sleep 15
/dme -c 0x80537560