We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1f3554 commit 342067bCopy full SHA for 342067b
.github/workflows/build.yml
@@ -11,5 +11,9 @@ jobs:
11
uses: actions/checkout@v3
12
- name: build_container
13
run: ./run.sh amd64 true
14
- - name: build opt
15
- run: ./run.sh amd64 ./build.sh opt
+ - name: build all
+ run: ./run.sh amd64 ./build.sh all
16
+ - name: build debug
17
+ run: ./run.sh amd64 ./build.sh debug
18
+ - name: test
19
+ run: ./run.sh amd64 make -C build check-tcg
0 commit comments