add to GHA
This commit is contained in:
3
.github/workflows/build-on-pull-request.yml
vendored
3
.github/workflows/build-on-pull-request.yml
vendored
@@ -24,6 +24,9 @@ jobs:
|
||||
- name: Do some simple style checks
|
||||
shell: bash
|
||||
run: make -j2 checkstyle
|
||||
- name: Check bsearch tables
|
||||
shell: bash
|
||||
run: make -j2 sorted
|
||||
- name: Build the tools.
|
||||
shell: bash
|
||||
run: make -j2 bin USER_CFLAGS=-Werror
|
||||
|
||||
@@ -49,6 +49,9 @@ jobs:
|
||||
- name: Do some simple style checks
|
||||
shell: bash
|
||||
run: make -j2 checkstyle
|
||||
- name: Check bsearch tables
|
||||
shell: bash
|
||||
run: make -j2 sorted
|
||||
- name: Build the tools.
|
||||
shell: bash
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user