From 3694eea728755a0c605f68d4866baa5ed17a5f7b Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Wed, 3 Apr 2019 13:58:05 +0300 Subject: [PATCH] Try to fix error by specifying build dependencies. --HG-- branch : develop --- bitbucket-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 0e2cba650..907c411b6 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -11,6 +11,7 @@ pipelines: - cat /etc/*-release - uname -a - grep -i processor /proc/cpuinfo | wc -l + - apt-get update && apt-get install -y qtbase5-dev libqt5svg5-dev qt5-default qttools5-dev-tools libqt5xmlpatterns5-dev libqt5core5a libqt5gui5 libqt5printsupport5 libqt5svg5 libqt5widgets5 libqt5xml5 libqt5xmlpatterns5 xpdf xvfb - gcc --version - mkdir build - cd build