Skip to content
Snippets Groups Projects
Commit 1ce8eb0e authored by Edvin Bergström's avatar Edvin Bergström
Browse files

Merge branch 'master' of gitlab.liu.se:edvbe696/pycommandcenter

parents 8250e8ac f8a7d1fd
No related branches found
No related tags found
No related merge requests found
Pipeline #17360 failed
......@@ -5,11 +5,13 @@ pages:
image: davidbergstrom/pycommandcenterenv
stage: deploy
script:
- python3 docs/CICD.py
- mkdir build
- cd build
- cmake ..
- make library
- cd ../docs
- python3 CICD.py
- make html
- cd ..
- mkdir public
......
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