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
|
- name: Do some simple style checks
|
||||||
shell: bash
|
shell: bash
|
||||||
run: make -j2 checkstyle
|
run: make -j2 checkstyle
|
||||||
|
- name: Check bsearch tables
|
||||||
|
shell: bash
|
||||||
|
run: make -j2 sorted
|
||||||
- name: Build the tools.
|
- name: Build the tools.
|
||||||
shell: bash
|
shell: bash
|
||||||
run: make -j2 bin USER_CFLAGS=-Werror
|
run: make -j2 bin USER_CFLAGS=-Werror
|
||||||
|
|||||||
@@ -49,6 +49,9 @@ jobs:
|
|||||||
- name: Do some simple style checks
|
- name: Do some simple style checks
|
||||||
shell: bash
|
shell: bash
|
||||||
run: make -j2 checkstyle
|
run: make -j2 checkstyle
|
||||||
|
- name: Check bsearch tables
|
||||||
|
shell: bash
|
||||||
|
run: make -j2 sorted
|
||||||
- name: Build the tools.
|
- name: Build the tools.
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user