Use OpenSUSE in CI pipeline, instead

This commit is contained in:
NHOrus 2017-07-16 07:43:56 +03:00 committed by Eric S. Raymond
parent ee7bacc9ec
commit a680514d5f

View file

@ -1,4 +1,4 @@
image: fedora
image: opensuse:tumbleweed
stages:
- build
@ -9,7 +9,7 @@ stages:
binary:debug:
stage: build
before_script:
- dnf install make gcc libedit-devel libasan libubsan python2 PyYAML lcov -y
- zypper install -y make gcc libedit-devel libasan3 libubsan0 python python2-PyYAML lcov
script:
- make debug
artifacts:
@ -24,7 +24,7 @@ binary:debug:
binary:release:
stage: build
before_script:
- dnf install make gcc libedit-devel python2 PyYAML -y
- zypper install -y make gcc libedit-devel python python2-PyYAML
script:
- make advent cheat
artifacts:
@ -38,7 +38,7 @@ binary:release:
manpage:
stage: build
before_script:
- dnf install make asciidoc -y
- zypper install -y make asciidoc
script:
- make advent.6
artifacts:
@ -48,7 +48,7 @@ manpage:
html:
stage: build
before_script:
- dnf install make asciidoc libxslt -y
- zypper install -y make asciidoc libxslt
script:
- make html
artifacts:
@ -58,7 +58,7 @@ html:
dist:
stage: build
before_script:
- dnf install make asciidoc -y
- zypper install -y make asciidoc tar
script:
- export VERS=${CI_COMMIT_REF_NAME}
- make dist -e
@ -70,7 +70,7 @@ dist:
test:debug:
stage: test
before_script:
- dnf install make gcc libedit-devel libasan libubsan python2 PyYAML lcov -y
- zypper install -y make gcc libedit-devel libasan3 libubsan0 python python2-PyYAML lcov
script:
- make debug
- make check
@ -86,7 +86,7 @@ test:debug:
test:release:
stage: test
before_script:
- dnf install make libedit -y
- zypper install -y make libedit
script:
- cd tests
- make