mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
Add test-lib to CI
This commit is contained in:
parent
3019527c0e
commit
d46c4cb9d8
1 changed files with 2 additions and 0 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -16,6 +16,8 @@ jobs:
|
|||
- uses: actions/checkout@v1
|
||||
- name: Install doxygen
|
||||
run: sudo apt-get install doxygen
|
||||
- name: make test-lib
|
||||
run: make test-lib && ./test-lib
|
||||
- name: make doc
|
||||
run: make doc && tar -cf html.tar html && bzip2 html.tar
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue