diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-04-20 16:56:10 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-04-20 20:46:42 +0200 |
commit | 6973640c13ea5adbb3b5994b5c2052007e551edc (patch) | |
tree | f0cb292c3c60e197d5102e018ccac749c0a05415 /.build.yml | |
parent | 7a84804fc783840421ba355f184d8173c1e90de6 (diff) | |
download | ayatana-ido-6973640c13ea5adbb3b5994b5c2052007e551edc.tar.gz ayatana-ido-6973640c13ea5adbb3b5994b5c2052007e551edc.tar.bz2 ayatana-ido-6973640c13ea5adbb3b5994b5c2052007e551edc.zip |
.build.yml: Re-add clang for archlinux and ubuntu (needed for scan-build command).
Diffstat (limited to '.build.yml')
-rw-r--r-- | .build.yml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -3,6 +3,7 @@ ########################################################## requires: archlinux: + - clang - gcc - git - make @@ -43,6 +44,8 @@ requires: ubuntu: - autopoint + - clang + - clang-tools - git - cmake - cmake-extras |