CI: Check Doxygen documentation.
authorDean Camera <dean@fourwalledcubicle.com>
Fri, 7 Dec 2018 11:55:04 +0000 (22:55 +1100)
committerDean Camera <dean@fourwalledcubicle.com>
Fri, 7 Dec 2018 11:55:04 +0000 (22:55 +1100)
.drone.yml

index b68b8ba..eb8abf3 100644 (file)
@@ -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