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: script:
- ./scripts/ci/ci-driver.sh - ./scripts/ci/ci-driver.sh
# TODO: it would be neat to disable the "make all" part of this one.
debian-docs: debian-docs:
image: debian:stable image: debian:stable
<<: *debian-template <<: *debian-template
variables: variables:
DOXYGEN: "no" DOXYGEN: "yes"
ASCIIDOC: "no" ASCIIDOC: "yes"
CHECK: "no" CHECK: "no"
script: script:
- ./scripts/ci/ci-driver.sh - ./scripts/ci/ci-driver.sh