From 23f2a528cf4e5b6e15617e4d9b175c327d6270f5 Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Mon, 1 Aug 2016 19:37:24 +0300 Subject: [PATCH] As was suggested i created special docker image that setup default locale to en_US.UTF-8. --HG-- branch : develop --- bitbucket-pipelines.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index ca612ce6a..b5c574088 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -1,4 +1,4 @@ -image: gcc +image: dismine/docker-valentina pipelines: default: - step: @@ -12,8 +12,6 @@ pipelines: - uname -a - grep -i processor /proc/cpuinfo | wc -l - gcc --version - - apt-get update # required to install qt - - apt-get install -y xvfb qtbase5-dev libqt5svg5-dev qt5-default qttools5-dev-tools libqt5xmlpatterns5-dev libqt5core5a libqt5gui5 libqt5printsupport5 libqt5svg5 libqt5widgets5 libqt5xml5 libqt5xmlpatterns5 xpdf - mkdir build - cd build - qmake --version