Skip to content

Commit

Permalink
Updating CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fjtrujy committed Jan 26, 2025
1 parent b66bd0e commit abceb33
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 9 deletions.
19 changes: 16 additions & 3 deletions .github/workflows/compilation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,19 @@ jobs:
run: |
export PS2DEV=$PWD/ps2dev
export PATH=$PATH:$PS2DEV/iop/bin
mipsel-ps2-irx-as --version
mipsel-ps2-irx-ld --version
mipsel-ps2-irx-gcc --version
mipsel-none-elf-as --version
mipsel-none-elf-ld --version
mipsel-none-elf-gcc --version
- name: Get short SHA
id: slug
run: printf '%s\n' "sha8=$(printf '%s\n' ${GITHUB_SHA} | cut -c1-8)" >> $GITHUB_OUTPUT

- name: Compress ps2dev folder
run: |
tar -zcvf ps2dev.tar.gz ps2dev
- uses: actions/upload-artifact@v4
with:
name: ps2dev-${{ steps.slug.outputs.sha8 }}-${{ matrix.os[0] }}
path: ps2dev.tar.gz
6 changes: 0 additions & 6 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,6 @@ jobs:
run: |
echo "DOCKER_TAG=latest" >> $GITHUB_ENV
- name: Set up QEMU
uses: docker/setup-qemu-action@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Login to DockerHub
uses: docker/login-action@v3
if: env.DOCKER_USERNAME != null
Expand Down

0 comments on commit abceb33

Please sign in to comment.