mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-27 13:53:31 +01:00
CI: enable documentation testing
This commit is contained in:
parent
aa2c93b90b
commit
6a91a50d32
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user