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 | 40e21060312ebcd0ff5ab4db5fc22f93bed474de (patch) | |
tree | cb71b764563d14c75bddf2ff6d62bba00b174b0f | |
parent | ea5eebf431c732b8f1c0e9daa9b7b716c48bc76f (diff) | |
parent | cfd1482f78b4542703b078587c5d52309ce8b999 (diff) | |
download | tor-40e21060312ebcd0ff5ab4db5fc22f93bed474de.tar.gz tor-40e21060312ebcd0ff5ab4db5fc22f93bed474de.zip |
Merge branch 'maint-0.3.5' into maint-0.4.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 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. |