bitbucket-pipelines.yml. Used $(nproc).
--HG-- branch : develop
This commit is contained in:
parent
cd8297e157
commit
1eb97800f4
|
@ -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
|
Loading…
Reference in New Issue
Block a user