1 image: opensuse:tumbleweed
12 - zypper install -y make gcc libedit-devel libasan3 libubsan0 python python2-PyYAML lcov
26 - zypper install -y make gcc libedit-devel python python2-PyYAML
40 - zypper install -y make asciidoc
50 - zypper install -y make asciidoc libxslt
60 - zypper install -y make asciidoc tar
62 - export VERS=${CI_COMMIT_REF_NAME}
68 # run tests using the binary built before
72 - zypper install -y make gcc libedit-devel libasan3 libubsan0 python python2-PyYAML lcov
84 - zypper install -y make clang libedit-devel python python2-PyYAML lcov
86 - CC=clang make debug check
91 - zypper install -y make libedit