mirror of
https://github.com/Z3Prover/z3
synced 2025-12-21 19:53:43 +00:00
Update docs.yml
This commit is contained in:
parent
fc72855e55
commit
470d660cee
1 changed files with 7 additions and 10 deletions
17
.github/workflows/docs.yml
vendored
17
.github/workflows/docs.yml
vendored
|
|
@ -35,15 +35,6 @@ jobs:
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install -y doxygen graphviz python3 python3-pip
|
sudo apt-get install -y doxygen graphviz python3 python3-pip
|
||||||
|
|
||||||
- name: Build Z3 natively for Python documentation
|
|
||||||
run: |
|
|
||||||
python3 scripts/mk_make.py --python
|
|
||||||
cd build && make -j$(nproc)
|
|
||||||
cd ../src/api/python && python3 -m pip install --user .
|
|
||||||
|
|
||||||
- name: Clean build directory for WASM
|
|
||||||
run: rm -rf build
|
|
||||||
|
|
||||||
- name: Setup emscripten
|
- name: Setup emscripten
|
||||||
uses: mymindstorm/setup-emsdk@v14
|
uses: mymindstorm/setup-emsdk@v14
|
||||||
with:
|
with:
|
||||||
|
|
@ -60,7 +51,13 @@ jobs:
|
||||||
|
|
||||||
- name: Build wasm
|
- name: Build wasm
|
||||||
working-directory: src/api/js
|
working-directory: src/api/js
|
||||||
run: npm run build:wasm
|
run: npm run build:wasm
|
||||||
|
|
||||||
|
- name: Build Z3 natively for Python documentation
|
||||||
|
run: |
|
||||||
|
python3 scripts/mk_make.py --python
|
||||||
|
cd build && make -j$(nproc)
|
||||||
|
cd ../src/api/python && python3 -m pip install --user .
|
||||||
|
|
||||||
- name: Generate Documentation (from doc directory)
|
- name: Generate Documentation (from doc directory)
|
||||||
working-directory: doc
|
working-directory: doc
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue