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

Change library to commandcenter in CI

parent 3e715e4e
No related branches found
No related tags found
No related merge requests found
Pipeline #133101 failed
......@@ -12,7 +12,7 @@ compile:
- mkdir build
- cd build
- cmake ..
- make library
- make commandcenter
artifacts:
paths:
- docs
......@@ -20,10 +20,12 @@ compile:
expire_in: 10 minutes
only:
- master
- python12_update
pages:
variables:
GIT_STRATEGY: none
GIT_CHECKOUT: false
stage: deploy
script:
- cd docs
......@@ -37,19 +39,22 @@ pages:
- public
only:
- master
- python12_update
pack-linux:
variables:
GIT_STRATEGY: none
GIT_CHECKOUT: false
stage: deploy
script:
- cd build/python-api-src
- stubgen -m library -o .
- stubgen -m commandcenter -o .
- cd ../..
- python3 generate_pydocs.py
artifacts:
paths:
- build/python-api-src/library.cpython-312-x86_64-linux-gnu.so
- build/python-api-src/library.pyi
- build/python-api-src/commandcenter.cpython-312-x86_64-linux-gnu.so
- build/python-api-src/commandcenter.pyi
only:
- master
\ No newline at end of file
- 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