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

Update .gitlab-ci.yml

parent b0822526
No related branches found
No related tags found
No related merge requests found
Pipeline #17358 failed
......@@ -5,12 +5,12 @@ pages:
image: davidbergstrom/pycommandcenterenv
stage: deploy
script:
- python3 docs/cicd.py
- mkdir build
- cd build
- cmake ..
- make library
- cd ../docs
- python 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