diff options
author | Micah Elizabeth Scott <beth@torproject.org> | 2023-03-09 15:37:25 -0800 |
---|---|---|
committer | Micah Elizabeth Scott <beth@torproject.org> | 2023-05-10 07:38:29 -0700 |
commit | 18a2191a137004387a19a799a11529404d39f7e8 (patch) | |
tree | 9402e551ef1ab103e00c2e40e69c65aefa424040 /.gitlab-ci.yml | |
parent | 2de98a7f4ea86c234990747fb566e70fef6aee15 (diff) | |
download | tor-18a2191a137004387a19a799a11529404d39f7e8.tar.gz tor-18a2191a137004387a19a799a11529404d39f7e8.zip |
gitlab-ci: Try enabling GPL mode so we test hs_pow
Signed-off-by: Micah Elizabeth Scott <beth@torproject.org>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4a4798e3e5..6839f76a6b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -212,6 +212,16 @@ debian-disable-relay: - ./scripts/ci/ci-driver.sh ##### +# GPL licensed mode, enables pow module +debian-gpl: + image: debian:buster + <<: *debian-template + variables: + GPL: "yes" + script: + - ./scripts/ci/ci-driver.sh + +##### # NSS check on debian debian-nss: image: debian:buster |