]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
CI: enable documentation testing
authorNick Mathewson <nickm@torproject.org>
Tue, 11 Aug 2020 15:06:21 +0000 (11:06 -0400)
committerNick Mathewson <nickm@torproject.org>
Tue, 11 Aug 2020 15:06:49 +0000 (11:06 -0400)
.gitlab-ci.yml

index 5a46c1a0e37461c8c8a74ccad89ceaa981052c27..abc5003678264c47423065a816e3f6c4eacf2acb 100644 (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