cur dir
This commit is contained in:
@@ -46,7 +46,8 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
export DEVKITPRO=/opt/devkitpro
|
export DEVKITPRO=/opt/devkitpro
|
||||||
export DEVKITPPC=/opt/devkitpro/devkitPPC
|
export DEVKITPPC=/opt/devkitpro/devkitPPC
|
||||||
mkdir -p ./build-gamecube
|
ls -l
|
||||||
|
mkdir -p build-gamecube
|
||||||
cd build-gamecube
|
cd build-gamecube
|
||||||
cmake -S. -Bbuild2 -DDUSK_TARGET_SYSTEM=gamecube -DCMAKE_TOOLCHAIN_FILE="$DEVKITPRO/cmake/GameCube.cmake"
|
cmake -S. -Bbuild2 -DDUSK_TARGET_SYSTEM=gamecube -DCMAKE_TOOLCHAIN_FILE="$DEVKITPRO/cmake/GameCube.cmake"
|
||||||
make VERBOSE=1
|
make VERBOSE=1
|
||||||
|
|||||||
Reference in New Issue
Block a user