Fix CI pipeline
This commit is contained in:
parent
d51238481a
commit
2787cb1413
1 changed files with 2 additions and 2 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 libasan3 libubsan0 python python2-PyYAML lcov
|
- zypper install -y make gcc libedit-devel libasan5 libubsan1 python python2-PyYAML lcov
|
||||||
script:
|
script:
|
||||||
- make debug
|
- make debug
|
||||||
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 libasan3 libubsan0 python python2-PyYAML lcov
|
- zypper install -y make gcc libedit-devel libasan5 libubsan1 python python2-PyYAML lcov
|
||||||
script:
|
script:
|
||||||
- make coverage
|
- make coverage
|
||||||
artifacts:
|
artifacts:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue