Update .gitlab-ci.yml so that we only build with -j2

pull/456/head
Bret Curtis 6 years ago
parent 559754fa76
commit da37585a8e

@ -25,7 +25,7 @@ build:
script:
- nproc
- mkdir build; cd build; cmake -DCMAKE_BUILD_TYPE=MinSizeRel ../
- make -j4
- make -j2
- DESTDIR=artifacts make install
artifacts:
paths:

Loading…
Cancel
Save