Skip to content
Snippets Groups Projects
Commit 6c12f1b3 authored by Daniel de Leng's avatar Daniel de Leng
Browse files

Handle generation of code artifacts in CI

parent 167303fa
No related branches found
No related tags found
No related merge requests found
Pipeline #133094 failed
......@@ -15,8 +15,17 @@ pages:
- cd ..
- mkdir public
- cp -r docs/_build/html/* public
- cd build/python-api-src
- stubgen -m library -o .
- cd ../..
- python3 generate_pydocs.py
- mkdir artifacts
- cp build/python-api-src/library.cpython-*-x86_64-linux-gnu.so artifacts
- cp build/python-api-src/library.pyi artifacts
artifacts:
paths:
- public
- artifacts
only:
- master
- python12_update
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment