Try to use default image.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2016-07-25 10:07:28 +00:00
parent 952bd66dae
commit d4c1d348f9

View File

@ -1,4 +1,3 @@
image: gcc
pipelines: pipelines:
default: default:
- step: - step:
@ -8,6 +7,7 @@ pipelines:
develop: develop:
- step: - step:
script: script:
- cat /etc/*-release
- uname -a - uname -a
- grep -i processor /proc/cpuinfo | wc -l - grep -i processor /proc/cpuinfo | wc -l
- gcc --version - gcc --version
@ -15,5 +15,5 @@ pipelines:
- cd build - cd build
- qmake --version - qmake --version
- qmake ../Valentina.pro -r CONFIG+=noDebugSymbols CONFIG+=no_ccache CONFIG+=checkWarnings - qmake ../Valentina.pro -r CONFIG+=noDebugSymbols CONFIG+=no_ccache CONFIG+=checkWarnings
- make - make -j4
- make check - make check