mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-02 22:14:33 +00:00
Add gc-eu-mq to CI (#1943)
* Add gc-eu-mq to CI * Give up on scripting * Revert quotes changes
This commit is contained in:
parent
7ea68e9506
commit
4de56c44ac
2 changed files with 30 additions and 6 deletions
4
Makefile
4
Makefile
|
@ -14,11 +14,11 @@ NON_MATCHING := 0
|
|||
ORIG_COMPILER := 0
|
||||
# If COMPILER is "gcc", compile with GCC instead of IDO.
|
||||
COMPILER := ido
|
||||
# Target game version. Currently only the following version is supported:
|
||||
# Target game version. Currently the following versions are supported:
|
||||
# gc-eu-mq GameCube Europe/PAL Master Quest
|
||||
# gc-eu-mq-dbg GameCube Europe/PAL Master Quest Debug (default)
|
||||
# The following versions are work-in-progress and not yet matching:
|
||||
# gc-eu GameCube Europe/PAL
|
||||
# gc-eu-mq GameCube Europe/PAL Master Quest
|
||||
VERSION := gc-eu-mq-dbg
|
||||
# Number of threads to extract and compress with
|
||||
N_THREADS := $(shell nproc)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue