projects
/
pub
/
lufa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39fa833
)
CI: Check Doxygen documentation.
author
Dean Camera
<dean@fourwalledcubicle.com>
Fri, 7 Dec 2018 11:55:04 +0000
(22:55 +1100)
committer
Dean Camera
<dean@fourwalledcubicle.com>
Fri, 7 Dec 2018 11:55:04 +0000
(22:55 +1100)
.drone.yml
patch
|
blob
|
blame
|
history
diff --git
a/.drone.yml
b/.drone.yml
index
b68b8ba
..
eb8abf3
100644
(file)
--- 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