Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
pbo-linaro committed Oct 16, 2024
1 parent 5f2aa95 commit 6c1d1d8
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,9 @@ jobs:
uses: actions/checkout@v3
- name: build_container
run: ./run.sh amd64 true
- name: build opt
run: ./run.sh amd64 ./build.sh opt
- name: build all
run: ./run.sh amd64 ./build.sh all
- name: build debug
run: ./run.sh amd64 ./build.sh debug
- name: test
run: ./run.sh amd64 make -C build check-tcg

0 comments on commit 6c1d1d8

Please sign in to comment.