Явное включение параллельной компиляции

This commit is contained in:
Andrei Astafev 2021-06-30 16:37:32 +03:00
parent dba70c08c7
commit 9524c94242

View File

@ -49,7 +49,7 @@ variables:
if [ -n "${BUILD_CMD}" ]; then
${BUILD_CMD}
else
cmake --build .
cmake --build . -- -j $(nproc)
fi
- >
if [ -z "${CI_SHARED_ENVIRONMENT+x}" ]; then