aboutsummaryrefslogtreecommitdiff
path: root/odp-publish.yaml
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@linaro.org>2015-03-03 22:16:00 +0100
committerFathi Boudra <fathi.boudra@linaro.org>2015-03-04 11:44:16 +0000
commit9017bc2de78efe6e060672946d54fece4f08653c (patch)
treef68dcffadd8292abcf24ffcce18e9972cfd20081 /odp-publish.yaml
parent35f0a9e6805d2a13d6b7facbe25de09bab82e259 (diff)
odp-publish: add doxygen and clang builds
Change-Id: I278c692d7f0476050ba34f7b8b060522ae9a48aa Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
Diffstat (limited to 'odp-publish.yaml')
-rw-r--r--odp-publish.yaml12
1 files changed, 12 insertions, 0 deletions
diff --git a/odp-publish.yaml b/odp-publish.yaml
index 5523453594..2b08fe46a3 100644
--- a/odp-publish.yaml
+++ b/odp-publish.yaml
@@ -28,6 +28,8 @@
name: build_type
values:
- lcov
+ - dox_html
+ - clang
- axis:
type: slave
name: label
@@ -55,6 +57,14 @@
sudo apt-get install -y --no-install-recommends lcov
export LCOV=1
;;
+ dox_html)
+ sudo apt-get install -y --no-install-recommends graphviz doxygen
+ export DOXYGEN_HTML=1
+ ;;
+ clang)
+ sudo apt-get install -y --no-install-recommends clang
+ export CLANG=1
+ ;;
esac
bash -x ${WORKSPACE}/check-odp/build.sh
@@ -69,5 +79,7 @@
- warnings:
console-log-parsers:
- 'GNU Make + GNU C Compiler (gcc)'
+ - 'Clang (LLVM based)'
+ - 'Doxygen'
- email:
recipients: 'anders.roxell@linaro.org'