diff options
author | Alexander Færøy <ahf@torproject.org> | 2021-11-05 03:10:28 +0000 |
---|---|---|
committer | Alexander Færøy <ahf@torproject.org> | 2021-11-05 03:10:28 +0000 |
commit | 37303de391e367da9b4be23b003e058a6c698726 (patch) | |
tree | ed844b6f159bb6a323f6cd1f956f7208bc98ed4e | |
parent | 5117492620609fd3ea940b1d5851670ba61e9320 (diff) | |
parent | cfd1482f78b4542703b078587c5d52309ce8b999 (diff) | |
download | tor-37303de391e367da9b4be23b003e058a6c698726.tar.gz tor-37303de391e367da9b4be23b003e058a6c698726.zip |
Merge branch 'maint-0.3.5' into release-0.3.5
-rw-r--r-- | .gitlab-ci.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b83079aa4a..28cf3aa7bd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -111,6 +111,14 @@ debian-minimal: script: - ./scripts/ci/ci-driver.sh +# Minmal check on debian/i386: just make, make check. +# +debian-i386-minimal: + image: i386/debian:buster + <<: *debian-template + script: + - ./scripts/ci/ci-driver.sh + ##### # Run "make check" with a hardened clang on debian stable. This takes # care of a hardening check, and a compile-with-clang check. |