Skip to content

updates in prep for 0.6 #28

updates in prep for 0.6

updates in prep for 0.6 #28

Workflow file for this run

name: Wii PAL Tests
on:
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
container:
image: ghcr.io/pheenoh/zsrtp-tpgz:wii_pal
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 /RZDP01.iso ./isos/RZDP01.iso
- name: Compiler Test
run: mkdir build && cd build && cmake .. -DPR_TEST=1 -DPLATFORM=WII -DREGION=PAL && 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 0x8051DEE0