Skip to content
Snippets Groups Projects
Commit 804e80a2 authored by Dean Camera's avatar Dean Camera
Browse files

CI: Check Doxygen documentation.

parent 39fa8337
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment