1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-17 01:10:10 +00:00

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

This commit is contained in:
Bret Curtis 2018-06-13 10:15:07 +00:00
parent 559754fa76
commit da37585a8e

View File

@ -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: