projects
/
open-adventure.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30822d0
)
Step with debug compiling with Clang, to contrast with GCC
author
NHOrus
<jy6x2b32pie9@yahoo.com>
Mon, 17 Jul 2017 17:12:16 +0000
(20:12 +0300)
committer
Eric S. Raymond
<esr@thyrsus.com>
Mon, 17 Jul 2017 17:56:52 +0000
(13:56 -0400)
.gitlab-ci.yml
patch
|
blob
|
history
diff --git
a/.gitlab-ci.yml
b/.gitlab-ci.yml
index d337d0e184e9522b4ac4a5e7540ce0c500b7ceb0..3644753c5d709b2e1bd3ae77d8fa0b2e1fd331f1 100644
(file)
--- a/
.gitlab-ci.yml
+++ b/
.gitlab-ci.yml
@@
-78,6
+78,13
@@
test:debug:
dependencies:
- 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:
stage: test
before_script: