X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=.gitlab-ci.yml;h=f9ce742f9fbf2bc743223638715983c1e61f44cc;hb=eb27776c99068914abf60b5cbea47f3cc072f8a7;hp=8118dd2d1fec67cb2554b9d5f810bf65fde0496d;hpb=58a2de6d755bf42f19d668a0666124c1a930fc4f;p=open-adventure.git diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8118dd2..f9ce742 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 libasan5 libubsan1 python python2-PyYAML lcov + - zypper install -y make gcc libedit-devel libasan5 libubsan1 python python3-PyYAML lcov script: - make debug artifacts: @@ -23,7 +23,7 @@ binary:debug: binary:release: stage: build before_script: - - zypper install -y make gcc libedit-devel python python2-PyYAML + - zypper install -y make gcc libedit-devel python python3-PyYAML script: - make advent cheat 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 libasan5 libubsan1 python python2-PyYAML lcov + - zypper install -y make gcc libedit-devel libasan5 libubsan1 python python3-PyYAML lcov diffutils script: - make coverage artifacts: @@ -81,7 +81,7 @@ test:debug: test:release: stage: test before_script: - - zypper install -y make libedit + - zypper install -y make libedit diffutils script: - cd tests - make