aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Færøy <ahf@torproject.org>2021-11-05 03:10:29 +0000
committerAlexander Færøy <ahf@torproject.org>2021-11-05 03:10:29 +0000
commitfb6bba1e42c465ed5e93b1a194f259e4a1be9131 (patch)
tree2f898d9f93ee6b006536120a424b339a8fdf3b02
parent33fb0f1d8f77759e27d9372194b826bc4ff3d7ff (diff)
parent40e21060312ebcd0ff5ab4db5fc22f93bed474de (diff)
downloadtor-fb6bba1e42c465ed5e93b1a194f259e4a1be9131.tar.gz
tor-fb6bba1e42c465ed5e93b1a194f259e4a1be9131.zip
Merge branch 'maint-0.4.5' into maint-0.4.6
-rw-r--r--.gitlab-ci.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index fa29c65c58..c6bcf38c54 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.