yet another
This commit is contained in:
@@ -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 && \
|
||||
|
||||
Reference in New Issue
Block a user