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