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

Update .gitlab-ci.yml

parent c67a962c
No related branches found
No related tags found
No related merge requests found
Pipeline #17359 canceled
...@@ -5,12 +5,13 @@ pages: ...@@ -5,12 +5,13 @@ pages:
image: davidbergstrom/pycommandcenterenv image: davidbergstrom/pycommandcenterenv
stage: deploy stage: deploy
script: script:
- python3 docs/cicd.py - python3 docs/CICD.py
- mkdir build - mkdir build
- cd build - cd build
- cmake .. - cmake ..
- make library - make library
- cd ../docs - cd ../docs
- python3 CICD.py
- make html - make html
- cd .. - cd ..
- mkdir public - 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