Change and add packages for tumbleweed.
This commit is contained in:
parent
ba11a8df2e
commit
eb27776c99
1 changed files with 4 additions and 4 deletions
|
@ -9,7 +9,7 @@ stages:
|
||||||
binary:debug:
|
binary:debug:
|
||||||
stage: build
|
stage: build
|
||||||
before_script:
|
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:
|
script:
|
||||||
- make debug
|
- make debug
|
||||||
artifacts:
|
artifacts:
|
||||||
|
@ -23,7 +23,7 @@ binary:debug:
|
||||||
binary:release:
|
binary:release:
|
||||||
stage: build
|
stage: build
|
||||||
before_script:
|
before_script:
|
||||||
- zypper install -y make gcc libedit-devel python python2-PyYAML
|
- zypper install -y make gcc libedit-devel python python3-PyYAML
|
||||||
script:
|
script:
|
||||||
- make advent cheat
|
- make advent cheat
|
||||||
artifacts:
|
artifacts:
|
||||||
|
@ -69,7 +69,7 @@ dist:
|
||||||
test:debug:
|
test:debug:
|
||||||
stage: test
|
stage: test
|
||||||
before_script:
|
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:
|
script:
|
||||||
- make coverage
|
- make coverage
|
||||||
artifacts:
|
artifacts:
|
||||||
|
@ -81,7 +81,7 @@ test:debug:
|
||||||
test:release:
|
test:release:
|
||||||
stage: test
|
stage: test
|
||||||
before_script:
|
before_script:
|
||||||
- zypper install -y make libedit
|
- zypper install -y make libedit diffutils
|
||||||
script:
|
script:
|
||||||
- cd tests
|
- cd tests
|
||||||
- make
|
- make
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue