mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-23 20:03:31 +01:00
Merge branch 'maint-0.3.5' into maint-0.4.5
This commit is contained in:
commit
40e2106031
@ -111,6 +111,14 @@ debian-minimal:
|
|||||||
script:
|
script:
|
||||||
- ./scripts/ci/ci-driver.sh
|
- ./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
|
# Run "make check" with a hardened clang on debian stable. This takes
|
||||||
# care of a hardening check, and a compile-with-clang check.
|
# care of a hardening check, and a compile-with-clang check.
|
||||||
|
Loading…
Reference in New Issue
Block a user