updates in prep for 0.6 #59
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: GCN NTSC-U Tests | |
on: | |
pull_request: | |
branches: [ master ] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
container: | |
image: ghcr.io/pheenoh/zsrtp-tpgz:gcn_ntscu | |
options: --shm-size=128m --ulimit core=-1 --privileged=true | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v1 | |
with: | |
token: ${{secrets.MY_REPO_PAT}} | |
submodules: recursive | |
- name: Move ISO | |
run: mkdir -p ./isos/ && mv /GZ2E01.iso ./isos/GZ2E01.iso | |
- name: Compiler Test | |
run: mkdir build && cd build && cmake .. -DPR_TEST=1 -DPLATFORM=GCN -DREGION=NTSCU && make -j$(nproc) iso && cd .. | |
- name: Boot Dolphin | |
run: | | |
dolphin-emu-nogui --platform=headless --video_backend=Null -e build/tpgz.iso & | |
sleep 15 | |
/dme -c 0x80450580 |