X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=blobdiff_plain;f=.gitlab-ci.yml;h=0d0f8d083853b686c9b36524c4b5bf3564c2ad8e;hp=3644753c5d709b2e1bd3ae77d8fa0b2e1fd331f1;hb=1e6b58420e4fa8501fc7e01d93c64d5fd18f7fab;hpb=faedb38a6499b3cc638079c1e17621c9f9b192f0 diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3644753..0d0f8d0 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: @@ -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: @@ -78,13 +78,6 @@ test:debug: dependencies: - binary:debug -test:debug_clang: - stage: test - before_script: - - zypper install -y make clang libedit-devel python python2-PyYAML lcov - script: - - CC=clang make debug check - test:release: stage: test before_script: