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

Test separate stages in CI

parent afc02c2a
No related branches found
No related tags found
No related merge requests found
Pipeline #133098 failed
variables:
GIT_SUBMODULE_STRATEGY: recursive
image: gitlab.liu.se:5000/starcraft-ai-course/pycommandcenter
stages:
- compile
- deploy
compile:
image: gitlab.liu.se:5000/starcraft-ai-course/pycommandcenter
stage: compile
script:
- mkdir build
- cd build
- cmake ..
- make library
artifacts:
paths:
- docs
- build
only:
- master
- python12_update
......@@ -21,7 +24,7 @@ compile:
pages:
stage: deploy
script:
- cd ../docs
- cd docs
- python3 library_import_check.py
- make html
- cd ..
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment