aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2018-12-07 22:55:04 +1100
committerDean Camera <dean@fourwalledcubicle.com>2018-12-07 22:55:04 +1100
commit804e80a2b6e2acd89440a86a62c9de9dffdc3e95 (patch)
tree9706da9362cdb19a4ae280a6a0346e7df9d9e08e
parent39fa8337db0e63e959368bc384adb3abb9e9a4e8 (diff)
downloadlufa-804e80a2b6e2acd89440a86a62c9de9dffdc3e95.tar.gz
lufa-804e80a2b6e2acd89440a86a62c9de9dffdc3e95.tar.bz2
lufa-804e80a2b6e2acd89440a86a62c9de9dffdc3e95.zip
CI: Check Doxygen documentation.
-rw-r--r--.drone.yml8
1 files changed, 7 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml
index b68b8ba3c..eb8abf305 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -2,6 +2,12 @@ kind: pipeline
name: default
steps:
+- name: Documentation
+ image: abcminiuser/docker-ci-avr8-toolchain:latest-arch
+ commands:
+ - make --quiet -C Maintenance upgrade-doxygen
+ - make --quiet doxygen
+
- name: Projects
image: abcminiuser/docker-ci-avr8-toolchain:latest-arch
commands:
@@ -12,7 +18,7 @@ steps:
commands:
- make --quiet -C Maintenance bootloaders
-- name: Tests
+- name: Build Tests
image: abcminiuser/docker-ci-avr8-toolchain:latest-arch
commands:
- make --quiet -C BuildTests all