Skip to content
Snippets Groups Projects
Commit 6a91a50d authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

CI: enable documentation testing

parent aa2c93b9
No related branches found
No related tags found
No related merge requests found
......@@ -105,12 +105,13 @@ debian-distcheck:
script:
- ./scripts/ci/ci-driver.sh
# TODO: it would be neat to disable the "make all" part of this one.
debian-docs:
image: debian:stable
<<: *debian-template
variables:
DOXYGEN: "no"
ASCIIDOC: "no"
DOXYGEN: "yes"
ASCIIDOC: "yes"
CHECK: "no"
script:
- ./scripts/ci/ci-driver.sh
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment