Skip to content
Snippets Groups Projects
Commit d83c6bf8 authored by Alexander Hansen Færøy's avatar Alexander Hansen Færøy :speech_balloon:
Browse files

Add i386 version of debian-minimal for 32-bit Gitlab CI builds.

parent 5c8deef9
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment