checkpoint

This commit is contained in:
Pheenoh
2023-01-07 05:57:30 -07:00
parent 42a6a6ebca
commit dd4db53c5b
4 changed files with 122 additions and 36 deletions
+1 -1
View File
@@ -17,4 +17,4 @@ jobs:
- name: Copy in dol and compilers
run: cp /tmp/baserom.dol ./baserom.dol && cp -r /tmp/mwcc_compiler/ tools/mwcc_compiler && cp tools/mwcc_compiler/2.7/mwcceppc.exe tools/mwcc_compiler/2.7/mwcceppc_patched.exe && chown root /github/home/
- name: Run Make (OK)
run: make all rels && ./tp check --rels
run: make all rels