From 9e9e2a1455b20139f9c8dbfbc78bbcacf840e88d Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Mon, 25 Jul 2016 21:55:23 +0300 Subject: [PATCH] Check which locale supports bitbucket pipelines. --HG-- branch : develop --- bitbucket-pipelines.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 280d44d27..208c15fea 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -8,6 +8,7 @@ pipelines: develop: - step: script: + - locale - cat /etc/*-release - uname -a - grep -i processor /proc/cpuinfo | wc -l @@ -21,4 +22,4 @@ pipelines: - make -j$(nproc) - 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" # QTestLib require GUI support for some tests - - xvfb-run -a make check \ No newline at end of file + - xvfb-run -a make check