Update shell
Some checks failed
Some checks failed
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
docker build -t myapp:latest -f .ci/dolphin/Dockerfile .
|
docker build -t myapp:latest -f .ci/dolphin/Dockerfile .
|
||||||
docker run -v ./:/workdir myapp:latest /bin/bash -c ' \
|
docker run -v $PWD:/workdir myapp:latest /bin/bash -c ' \
|
||||||
export PATH="$DEVKITPPC/bin:$PATH" && \
|
export PATH="$DEVKITPPC/bin:$PATH" && \
|
||||||
cd /workdir && \
|
cd /workdir && \
|
||||||
rm -rf build-gamecube && \
|
rm -rf build-gamecube && \
|
||||||
|
|||||||
@@ -20,6 +20,7 @@ jobs:
|
|||||||
apt-get install -y docker.io
|
apt-get install -y docker.io
|
||||||
- name: Build GameCube
|
- name: Build GameCube
|
||||||
run: |
|
run: |
|
||||||
|
echo "Current directory: $(pwd)"
|
||||||
./.ci/dolphin/build-gamecube.sh
|
./.ci/dolphin/build-gamecube.sh
|
||||||
- name: Copy gamecube
|
- name: Copy gamecube
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user