From d4c1d348f9685c4d3808f55d9813485a49546e50 Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Mon, 25 Jul 2016 10:07:28 +0000 Subject: [PATCH] Try to use default image. --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 8c8e21f5b..947be7081 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -1,4 +1,3 @@ -image: gcc pipelines: default: - step: @@ -8,6 +7,7 @@ pipelines: develop: - step: script: + - cat /etc/*-release - uname -a - grep -i processor /proc/cpuinfo | wc -l - gcc --version @@ -15,5 +15,5 @@ pipelines: - cd build - qmake --version - qmake ../Valentina.pro -r CONFIG+=noDebugSymbols CONFIG+=no_ccache CONFIG+=checkWarnings - - make + - make -j4 - make check \ No newline at end of file