projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
671c439
)
Cirrus CI: use clang++ where we use clang
author
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Thu, 21 Feb 2019 10:55:39 +0000
(11:55 +0100)
committer
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Thu, 21 Feb 2019 10:55:39 +0000
(11:55 +0100)
.cirrus.yml
patch
|
blob
|
history
diff --git
a/.cirrus.yml
b/.cirrus.yml
index
1d7f1f5
..
fc9bdf1
100644
(file)
--- a/
.cirrus.yml
+++ b/
.cirrus.yml
@@
-117,7
+117,7
@@
non_standard_toolchains_task:
- ./build.sh
- clang --version
- >
- ./configure CC=clang
+ ./configure CC=clang
CXX=clang++
$DEFAULT_CONFIG_OPTS
CFLAGS="$(dpkg-buildflags --get CFLAGS)"
CPPLAGS="$(dpkg-buildflags --get CPPFLAGS)"
@@
-180,7
+180,7
@@
non_standard_toolchains_task:
- ./build.sh
- clang --version
- >
- ./configure CC=clang
+ ./configure CC=clang
CXX=clang++
$DEFAULT_CONFIG_OPTS
CFLAGS='-Wall
-Wno-error