mirror of
https://github.com/open-goal/jak-project
synced 2026-05-26 23:47:57 -04:00
44fa183922
Closes #403
12 lines
299 B
YAML
12 lines
299 B
YAML
version: '3'
|
|
|
|
tasks:
|
|
format:
|
|
cmds:
|
|
- python ./third-party/run-clang-format/run-clang-format.py -r common decompiler game goalc test -i
|
|
run-game:
|
|
cmds:
|
|
- ./out/build/Debug/bin/gk.exe -fakeiso -debug -nodisplay
|
|
repl:
|
|
cmds:
|
|
- ./out/build/Debug/bin/goalc.exe -auto-lt |