commit 6a91a50d32c6d3beaa059660881e0c338b147b1b
parent aa2c93b90b0745a07397538bf7802fba83096b68
Author: Nick Mathewson <nickm@torproject.org>
Date: Tue, 11 Aug 2020 11:06:21 -0400
CI: enable documentation testing
Diffstat:
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
@@ -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