Skip to content
Snippets Groups Projects
Commit 90ab82e6 authored by David Bergström's avatar David Bergström
Browse files

Try using more than one core for building on gitlab

parent 7dbce5d0
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ pages: ...@@ -8,7 +8,7 @@ pages:
- mkdir build - mkdir build
- cd build - cd build
- cmake .. - cmake ..
- make library - make -j $(nproc) library
- cd ../docs - cd ../docs
- make html - make html
- cd .. - cd ..
......
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