Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Erik Strand
lufa
Commits
804e80a2
Commit
804e80a2
authored
Dec 07, 2018
by
Dean Camera
Browse files
CI: Check Doxygen documentation.
parent
39fa8337
Changes
1
Show whitespace changes
Inline
Side-by-side
.drone.yml
View file @
804e80a2
...
@@ -2,6 +2,12 @@ kind: pipeline
...
@@ -2,6 +2,12 @@ kind: pipeline
name
:
default
name
:
default
steps
:
steps
:
-
name
:
Documentation
image
:
abcminiuser/docker-ci-avr8-toolchain:latest-arch
commands
:
-
make --quiet -C Maintenance upgrade-doxygen
-
make --quiet doxygen
-
name
:
Projects
-
name
:
Projects
image
:
abcminiuser/docker-ci-avr8-toolchain:latest-arch
image
:
abcminiuser/docker-ci-avr8-toolchain:latest-arch
commands
:
commands
:
...
@@ -12,7 +18,7 @@ steps:
...
@@ -12,7 +18,7 @@ steps:
commands
:
commands
:
-
make --quiet -C Maintenance bootloaders
-
make --quiet -C Maintenance bootloaders
-
name
:
Tests
-
name
:
Build
Tests
image
:
abcminiuser/docker-ci-avr8-toolchain:latest-arch
image
:
abcminiuser/docker-ci-avr8-toolchain:latest-arch
commands
:
commands
:
-
make --quiet -C BuildTests all
-
make --quiet -C BuildTests all
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment