bitbucket-pipelines.yml. Used $(nproc).

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2016-07-25 11:31:38 +00:00
parent cd8297e157
commit 1eb97800f4

View file

@ -18,6 +18,6 @@ pipelines:
- cd build
- qmake --version
- qmake ../Valentina.pro -r CONFIG+=noDebugSymbols CONFIG+=no_ccache CONFIG+=checkWarnings
- make -j4
- make -j$(nproc)
- export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:"/opt/atlassian/bitbucketci/agent/build/build/src/libs/vpropertyexplorer/bin:/opt/atlassian/bitbucketci/agent/build/build/src/libs/qmuparser/bin"
- make check