github actions: clixon make util and example
This commit is contained in:
parent
d1013d5cce
commit
4c82562d4f
1 changed files with 10 additions and 0 deletions
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
|
|
@ -27,6 +27,16 @@ jobs:
|
|||
run: make
|
||||
- name: make install
|
||||
run: sudo make install
|
||||
- name: make install-include
|
||||
run: sudo make install-include
|
||||
- name: make example
|
||||
run: (cd example; make)
|
||||
- name: install example
|
||||
run: (cd example; sudo make install)
|
||||
- name: make util
|
||||
run: (cd util; make)
|
||||
- name: install util
|
||||
run: (cd util; sudo make install)
|
||||
- name: ldconfig
|
||||
run: sudo ldconfig
|
||||
- name: prepare test1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue