Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
pbo-linaro committed Oct 18, 2024
1 parent ff7da27 commit 35445bc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
- run: bash -c '[ ! -f shazam.log ] || { cat shazam.log; exit 1; }'

checkpatch:
needs: checkapply
runs-on: ubuntu-latest
steps:
- name: checkout
Expand All @@ -33,6 +34,7 @@ jobs:
# scripts for every docker-test: ./tests/docker/test-*

build:
needs: checkapply
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand All @@ -45,6 +47,7 @@ jobs:
- run: make docker-test-build@${{matrix.container}} J=$(nproc)

build-clang:
needs: checkapply
runs-on: ubuntu-latest
steps:
- name: checkout
Expand All @@ -53,6 +56,7 @@ jobs:
- run: make docker-test-clang@debian-all-test-cross J=$(nproc)

build-misc:
needs: checkapply
runs-on: ubuntu-latest
steps:
- name: checkout
Expand All @@ -61,6 +65,7 @@ jobs:
- run: make docker-test-misc@debian-all-test-cross J=$(nproc)

build-static:
needs: checkapply
runs-on: ubuntu-latest
steps:
- name: checkout
Expand All @@ -69,6 +74,7 @@ jobs:
- run: make docker-test-static@debian-all-test-cross J=$(nproc)

check-tcg:
needs: checkapply
runs-on: ubuntu-latest
steps:
- name: checkout
Expand All @@ -77,6 +83,7 @@ jobs:
- run: make docker-test-tcg@debian-all-test-cross J=$(nproc)

check-full:
needs: checkapply
runs-on: ubuntu-latest
steps:
- name: checkout
Expand All @@ -85,6 +92,7 @@ jobs:
- run: make docker-test-full@debian-all-test-cross J=$(nproc)

check-full-debug:
needs: checkapply
runs-on: ubuntu-latest
steps:
- name: checkout
Expand Down

0 comments on commit 35445bc

Please sign in to comment.