commit cfd1482f78b4542703b078587c5d52309ce8b999
parent 1902edaf52b66145b0222c6586c2acb9d71980f0
Author: Alexander Færøy <ahf@torproject.org>
Date: Fri, 5 Nov 2021 03:10:12 +0000
Merge remote-tracking branch 'ahf/ahf/ci-i386' into maint-0.3.5
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.