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

Fix CI

parent 836fe590
No related branches found
No related tags found
No related merge requests found
Pipeline #133139 passed
......@@ -9,11 +9,10 @@ compile:
GIT_SUBMODULE_STRATEGY: recursive
stage: compile
script:
- echo $(nproc)
- mkdir build
- cd build
- cmake ..
- make commandcenter -j $(nproc)
- make commandcenter
artifacts:
paths:
- docs
......
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