yet another
This commit is contained in:
@@ -2,8 +2,15 @@
|
|||||||
docker build -t myapp:latest -f ./.ci/dolphin/Dockerfile .
|
docker build -t myapp:latest -f ./.ci/dolphin/Dockerfile .
|
||||||
docker run -v ./:/gamecube myapp:latest /bin/bash -c ' \
|
docker run -v ./:/gamecube myapp:latest /bin/bash -c ' \
|
||||||
export PATH="$DEVKITPPC/bin:$PATH" && \
|
export PATH="$DEVKITPPC/bin:$PATH" && \
|
||||||
|
echo "Inside Docker container:" && \
|
||||||
ls -l && \
|
ls -l && \
|
||||||
|
echo "Current directory:" && \
|
||||||
|
realpath . && \
|
||||||
|
echo "Listing /:" && \
|
||||||
|
ls / && \
|
||||||
|
echo "Changing to /gamecube" && \
|
||||||
cd /gamecube && \
|
cd /gamecube && \
|
||||||
|
echo "Contents of /gamecube:" && \
|
||||||
ls -l && \
|
ls -l && \
|
||||||
rm -rf build-gamecube && \
|
rm -rf build-gamecube && \
|
||||||
mkdir -p build-gamecube && \
|
mkdir -p build-gamecube && \
|
||||||
|
|||||||
Reference in New Issue
Block a user