mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-25 04:55:04 +02:00
Cleanup
This commit is contained in:
parent
c158467755
commit
b448438bd6
1 changed files with 0 additions and 13 deletions
13
.github/workflows/c-api-docs.yml
vendored
13
.github/workflows/c-api-docs.yml
vendored
|
@ -13,22 +13,9 @@ jobs:
|
||||||
arch: [64]
|
arch: [64]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
# Install dependencies
|
|
||||||
- name: Install libck
|
|
||||||
run: sudo apt-get install libck-dev
|
|
||||||
#- name: Install Cyclone
|
|
||||||
# run: |
|
|
||||||
# wget https://github.com/cyclone-scheme/binary-releases/raw/master/ubuntu-18.04-lts/cyclone-scheme_0.30.0_amd64.deb
|
|
||||||
# sudo apt install ./cyclone-scheme_0.30.0_amd64.deb
|
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- name: Install doxygen
|
- name: Install doxygen
|
||||||
run: sudo apt-get install doxygen
|
run: sudo apt-get install doxygen
|
||||||
|
|
||||||
# Execute runtime library unit tests
|
|
||||||
- name: make test-lib
|
|
||||||
run: make libcyclone.a && make test-lib && ./test-lib
|
|
||||||
|
|
||||||
# Build documentation
|
|
||||||
- name: make doc
|
- name: make doc
|
||||||
run: make doc && tar -cf html.tar html && bzip2 html.tar
|
run: make doc && tar -cf html.tar html && bzip2 html.tar
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue