Speedup build
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user