mirror of
https://github.com/open-goal/jak-project
synced 2026-06-04 02:47:17 -04:00
[goalc] add a build system (#704)
* add first attempt at build system * fix stupid bug * try again
This commit is contained in:
@@ -47,15 +47,12 @@ echo " ================ Running offline decompiler tests..."
|
||||
echo " ================ Decompiling..."
|
||||
../scripts/shell/decomp.sh
|
||||
|
||||
echo " ================ Building assets..."
|
||||
../scripts/shell/gc.sh -cmd \(build-data\)
|
||||
echo " ================ Building project..."
|
||||
../scripts/shell/gc.sh -cmd \(make-group\ \"iso\"\)
|
||||
|
||||
echo " ================ Checking assets..."
|
||||
../scripts/shell/check.sh
|
||||
|
||||
echo " ================ Building game..."
|
||||
../scripts/shell/gc.sh -cmd \(build-game\)
|
||||
|
||||
echo " ================ Booting game..."
|
||||
../scripts/shell/boot_game.sh
|
||||
|
||||
|
||||
Reference in New Issue
Block a user