Build dolphin first while I test.
This commit is contained in:
@@ -9,6 +9,19 @@ on:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
build-dolphin:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v5
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
apt-get update
|
||||
apt-get install -y docker.io
|
||||
- name: Docker test
|
||||
run: |
|
||||
./.ci/dolphin/build-gamecube.sh
|
||||
|
||||
run-tests:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
@@ -71,17 +84,4 @@ jobs:
|
||||
with:
|
||||
name: dusk-psp
|
||||
path: build/gitea/
|
||||
if-no-files-found: error
|
||||
|
||||
build-dolphin:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v5
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
apt-get update
|
||||
apt-get install -y docker.io
|
||||
- name: Docker test
|
||||
run: |
|
||||
./.ci/dolphin/build-gamecube.sh
|
||||
if-no-files-found: error
|
||||
Reference in New Issue
Block a user