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

Speed up compilation

parent ac901482
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ compile:
- mkdir build
- cd build
- cmake ..
- make commandcenter
- make commandcenter -j $(nproc)
artifacts:
paths:
- docs
......@@ -58,4 +58,4 @@ pack-linux:
- build/python-api-src/commandcenter.pyi
only:
- master
- python12_update
\ No newline at end of file
- python12_update
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