yet another
Some checks failed
Build Dusk / build-gamecube (push) Failing after 44s
Build Dusk / build-linux (push) Has been cancelled
Build Dusk / build-psp (push) Has been cancelled
Build Dusk / run-tests (push) Has been cancelled

This commit is contained in:
2026-02-06 14:00:49 -06:00
parent 2d8ae09bd8
commit e7ec603526

View File

@@ -2,8 +2,15 @@
docker build -t myapp:latest -f ./.ci/dolphin/Dockerfile .
docker run -v ./:/gamecube myapp:latest /bin/bash -c ' \
export PATH="$DEVKITPPC/bin:$PATH" && \
echo "Inside Docker container:" && \
ls -l && \
echo "Current directory:" && \
realpath . && \
echo "Listing /:" && \
ls / && \
echo "Changing to /gamecube" && \
cd /gamecube && \
echo "Contents of /gamecube:" && \
ls -l && \
rm -rf build-gamecube && \
mkdir -p build-gamecube && \