X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=blobdiff_plain;f=.gitlab-ci.yml;h=701db5bb0b87ecfd35d5730e941f1f453596ac97;hp=d337d0e184e9522b4ac4a5e7540ce0c500b7ceb0;hb=baa7800a3f6f7a768a3e16a86dd951424df31acb;hpb=30822d0ba4af115fba437b348eac87ffb2e0241d diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d337d0e..701db5b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: opensuse:tumbleweed +image: opensuse/tumbleweed stages: - build @@ -9,7 +9,7 @@ stages: binary:debug: stage: build before_script: - - zypper install -y make gcc libedit-devel libasan3 libubsan0 python python2-PyYAML lcov + - zypper install -y make gcc libedit-devel libasan5 libubsan1 python python2-PyYAML lcov script: - make debug artifacts: @@ -57,7 +57,7 @@ html: dist: stage: build before_script: - - zypper install -y make asciidoc tar + - zypper install -y make asciidoc tar gzip script: - export VERS=${CI_COMMIT_REF_NAME} - make dist -e @@ -69,7 +69,7 @@ dist: test:debug: stage: test before_script: - - zypper install -y make gcc libedit-devel libasan3 libubsan0 python python2-PyYAML lcov + - zypper install -y make gcc libedit-devel libasan5 libubsan1 python python2-PyYAML lcov script: - make coverage artifacts: