Step with debug compiling with Clang, to contrast with GCC
This commit is contained in:
parent
30822d0ba4
commit
faedb38a64
1 changed files with 7 additions and 0 deletions
|
@ -78,6 +78,13 @@ test:debug:
|
||||||
dependencies:
|
dependencies:
|
||||||
- binary:debug
|
- 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:
|
test:release:
|
||||||
stage: test
|
stage: test
|
||||||
before_script:
|
before_script:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue