commit c363e2017f28d1bd8fe8a7bb3ad8f80a396f9b5c
parent 89ba63a6197ca8066ee64a5d7ac53fd5f5628918
Author: Alexander Færøy <ahf@torproject.org>
Date: Fri, 5 Nov 2021 03:10:29 +0000
Merge branch 'maint-0.4.6' into main
Diffstat:
1 file changed, 8 insertions(+), 0 deletions(-)
diff --git 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.