From ed45c7bec3eadee490223543891c683bd186fb50 Mon Sep 17 00:00:00 2001 From: Ry Date: Fri, 18 Oct 2024 02:13:54 -0700 Subject: [PATCH] Fix CI builds and remove the CPU test for now until it is updated --- .github/workflows/fox32-run-cputest.yml | 42 ---------------------- .github/workflows/fox32-unstable-linux.yml | 2 +- 2 files changed, 1 insertion(+), 43 deletions(-) delete mode 100644 .github/workflows/fox32-run-cputest.yml diff --git a/.github/workflows/fox32-run-cputest.yml b/.github/workflows/fox32-run-cputest.yml deleted file mode 100644 index 6ae8425..0000000 --- a/.github/workflows/fox32-run-cputest.yml +++ /dev/null @@ -1,42 +0,0 @@ -on: [push] - -name: run cputest - -jobs: - fox32-run-cputest: - name: Build and test - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - - name: Download latest fox32rom artifact - uses: dawidd6/action-download-artifact@v2 - with: - repo: fox32-arch/fox32rom - workflow: fox32rom-unstable.yml - workflow_conclusion: success - - - name: Download latest cputest artifact - uses: dawidd6/action-download-artifact@v2 - with: - repo: fox32-arch/demos - workflow: demos-unstable.yml - workflow_conclusion: success - - - name: Move fox32.rom into the root folder - run: | - mv fox32.rom/ download/ - cp download/fox32.rom ./fox32.rom - - - name: Install libsdl2-dev and vim - run: | - sudo apt update - sudo apt install -y libsdl2-dev vim - - - name: Build - run: make - - - name: Test - run: | - ./fox32 --headless --rom cputest/cputest.bin | tee cputest.log - grep 'All tests passed' cputest.log diff --git a/.github/workflows/fox32-unstable-linux.yml b/.github/workflows/fox32-unstable-linux.yml index a5c48c9..a544185 100644 --- a/.github/workflows/fox32-unstable-linux.yml +++ b/.github/workflows/fox32-unstable-linux.yml @@ -34,7 +34,7 @@ jobs: run: make - name: Upload Artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: fox32 path: fox32