CI: enable documentation testing

This commit is contained in:
Nick Mathewson 2020-08-11 11:06:21 -04:00
parent aa2c93b90b
commit 6a91a50d32

View File

@ -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