Speedup build
All checks were successful
Build Dusk / run-tests (push) Successful in 1m10s
Build Dusk / build-linux (push) Successful in 1m4s
Build Dusk / build-psp (push) Successful in 1m36s
Build Dusk / build-dolphin (push) Successful in 2m6s

This commit is contained in:
2026-02-06 16:50:50 -06:00
parent efaa3f6eea
commit cbe51cc8d0
7 changed files with 19 additions and 8 deletions

View File

@@ -118,7 +118,7 @@ jobs:
mkdir -p build-gamecube
cmake -S. -Bbuild-gamecube -DDUSK_TARGET_SYSTEM=gamecube -DCMAKE_TOOLCHAIN_FILE="$DEVKITPRO/cmake/GameCube.cmake"
cd build-gamecube
make VERBOSE=1
make -j$(nproc) VERBOSE=1
- name: Copy GameCube
run: |
@@ -142,7 +142,7 @@ jobs:
mkdir -p build-wii
cmake -S. -Bbuild-wii -DDUSK_TARGET_SYSTEM=wii -DCMAKE_TOOLCHAIN_FILE="$DEVKITPRO/cmake/Wii.cmake"
cd build-wii
make VERBOSE=1
make -j$(nproc) VERBOSE=1
- name: Copy Wii
run: |