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:
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:
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:
test:release:
stage: test
before_script:
- - zypper install -y make libedit
+ - zypper install -y make libedit diffutils
script:
- cd tests
- make