mirror of
https://github.com/Z3Prover/z3
synced 2025-12-21 11:43: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 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
|
||||
uses: mymindstorm/setup-emsdk@v14
|
||||
with:
|
||||
|
|
@ -60,7 +51,13 @@ jobs:
|
|||
|
||||
- name: Build wasm
|
||||
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)
|
||||
working-directory: doc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue