Fix crap
This commit is contained in:
@@ -1,10 +1,16 @@
|
||||
#!/bin/bash
|
||||
docker build -t dolbuild:latest -f .ci/dolphin/Dockerfile .
|
||||
docker run -w /app -v $(pwd):/app dolbuild:latest /bin/bash -c ' \
|
||||
export PATH="$DEVKITPPC/bin:$PATH" && \
|
||||
# cmake -S. -Bbuildcube -DDUSK_TARGET_SYSTEM=gamecube -DCMAKE_TOOLCHAIN_FILE="$DEVKITPRO/cmake/GameCube.cmake" && \
|
||||
cmake -S. -Bbuildcube -DDUSK_TARGET_SYSTEM=wii -DCMAKE_TOOLCHAIN_FILE="$DEVKITPRO/cmake/Wii.cmake" && \
|
||||
cd buildcube && \
|
||||
make VERBOSE=1 && \
|
||||
cp ./Dusk.dol ./boot.dol
|
||||
'
|
||||
echo "Current dir" && \
|
||||
realpath . && \
|
||||
ls -l && \
|
||||
echo "/app" && \
|
||||
ls -l /app
|
||||
'
|
||||
# export PATH="$DEVKITPPC/bin:$PATH" && \
|
||||
# # cmake -S. -Bbuildcube -DDUSK_TARGET_SYSTEM=gamecube -DCMAKE_TOOLCHAIN_FILE="$DEVKITPRO/cmake/GameCube.cmake" && \
|
||||
# cmake -S. -Bbuildcube -DDUSK_TARGET_SYSTEM=wii -DCMAKE_TOOLCHAIN_FILE="$DEVKITPRO/cmake/Wii.cmake" && \
|
||||
# cd buildcube && \
|
||||
# make VERBOSE=1 && \
|
||||
# cp ./Dusk.dol ./boot.dol
|
||||
# '
|
||||
Reference in New Issue
Block a user