mirror of
https://github.com/open-goal/jak-project
synced 2026-08-21 06:38:33 -04:00
[decompiler] Clean up config more (#458)
* remove global config * fix dir
This commit is contained in:
@@ -8,7 +8,6 @@ echo "======================================="
|
||||
echo ""
|
||||
echo " ================= Cloning..."
|
||||
|
||||
cd ../..
|
||||
ISO_DATA_PATH=${1}
|
||||
BRANCH_NAME=${2:-master}
|
||||
# Provide a default location to bind the ISO_DATA_PATH
|
||||
@@ -42,19 +41,22 @@ make -j
|
||||
echo " ================ Running unit tests..."
|
||||
../test.sh
|
||||
|
||||
echo " ================ Running offline decompiler tests..."
|
||||
./offline-test
|
||||
|
||||
echo " ================ Decompiling..."
|
||||
../decomp.sh
|
||||
../scripts/shell/decomp.sh
|
||||
|
||||
echo " ================ Building assets..."
|
||||
../gc.sh -cmd \(build-data\)
|
||||
../scripts/shell/gc.sh -cmd \(build-data\)
|
||||
|
||||
echo " ================ Checking assets..."
|
||||
../check.sh
|
||||
../scripts/shell/check.sh
|
||||
|
||||
echo " ================ Building game..."
|
||||
../gc.sh -cmd \(build-game\)
|
||||
../scripts/shell/gc.sh -cmd \(build-game\)
|
||||
|
||||
echo " ================ Booting game..."
|
||||
../boot_game.sh
|
||||
../scripts/shell/boot_game.sh
|
||||
|
||||
echo "Offline test has completed successfully!"
|
||||
|
||||
Reference in New Issue
Block a user