bitbucket-pipelines.yml, removed "which qmake".

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2016-07-25 09:43:17 +00:00
parent 25d42004d1
commit 952bd66dae

View File

@ -13,7 +13,6 @@ pipelines:
- gcc --version
- mkdir build
- cd build
- which qmake
- qmake --version
- qmake ../Valentina.pro -r CONFIG+=noDebugSymbols CONFIG+=no_ccache CONFIG+=checkWarnings
- make