bitbucket-pipelines.yml. Added export LD_LIBRARY_PATH

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2016-07-25 11:15:24 +00:00
parent f4cb033459
commit cd8297e157

View file

@ -19,4 +19,5 @@ pipelines:
- qmake --version
- qmake ../Valentina.pro -r CONFIG+=noDebugSymbols CONFIG+=no_ccache CONFIG+=checkWarnings
- make -j4
- 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