tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 31d542a9c6f15536590b1194464b3c05fb11533d
parent dc6438b54980db70a1749643eda9d04ed7f464ed
Author: David Goulet <dgoulet@torproject.org>
Date:   Tue,  3 Nov 2020 08:36:02 -0500

ci: Add DISTCHECK to tracing test on Gitlab

Signed-off-by: David Goulet <dgoulet@torproject.org>

Diffstat:
M.gitlab-ci.yml | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml @@ -170,6 +170,7 @@ debian-tracing: variables: TRACING: "yes" CHECK: "no" + DISTCHECK: "yes" script: - ./scripts/ci/ci-driver.sh # Ensure that we only run tracing when it's implemented.