mirror of
https://gitlab.com/spaceti-app/integrations/common/server-sdk.git
synced 2026-07-12 19:00:44 +02:00
build on one core only due to limited resources ( Memory allocation error )
This commit is contained in:
parent
b7146da2ed
commit
f147901026
@ -15,7 +15,7 @@ build: # name of task
|
|||||||
- mkdir -p build
|
- mkdir -p build
|
||||||
- cd build
|
- cd build
|
||||||
- qmake ../core-sdk.pro
|
- qmake ../core-sdk.pro
|
||||||
- make -j8
|
- make -j1
|
||||||
cache:
|
cache:
|
||||||
paths:
|
paths:
|
||||||
- build/
|
- build/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user