Commit 6a91a50d authored by Nick Mathewson's avatar Nick Mathewson 🤹
Browse files

CI: enable documentation testing

parent aa2c93b9
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -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