From b4c22a00967db142acf400a93dbbe0b151c44226 Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Mon, 25 Jul 2016 12:04:13 +0000 Subject: [PATCH] bitbucket-pipelines.yml. Probably we already have root rights. --HG-- branch : develop --- bitbucket-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index b564e1755..e600333b8 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -15,8 +15,8 @@ pipelines: - apt-get update # required to install qt - apt-get install -y qtbase5-dev libqt5svg5-dev qt5-default qttools5-dev-tools libqt5xmlpatterns5-dev libqt5core5a libqt5gui5 libqt5printsupport5 libqt5svg5 libqt5widgets5 libqt5xml5 libqt5xmlpatterns5 xpdf # QTestLib require GUI support for some tests - - "export DISPLAY=:99.0" - - "sh -e /etc/init.d/xvfb start" + - export DISPLAY=:99.0 + - /etc/init.d/xvfb start - mkdir build - cd build - qmake --version