build on one core only due to limited resources ( Memory allocation error )

This commit is contained in:
Filip Bucek 2019-11-05 10:21:19 +01:00
parent b7146da2ed
commit f147901026

View File

@ -15,7 +15,7 @@ build: # name of task
- mkdir -p build
- cd build
- qmake ../core-sdk.pro
- make -j8
- make -j1
cache:
paths:
- build/