aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzysztof.kozlowski@canonical.com>2021-11-07 18:26:18 +0100
committerKrzysztof Kozlowski <krzysztof.kozlowski@canonical.com>2021-11-11 11:46:04 +0100
commit4cbfb8bac22ed9ea4ca16197b87f3c0c41f914c6 (patch)
tree86b84b6bc9c0a5abf3ab7ff7849b77b6e10efce9
parentfa2b8b0e16884108592cf80795d223027a54d163 (diff)
downloadneard-4cbfb8bac22ed9ea4ca16197b87f3c0c41f914c6.tar.gz
ci: add Debian Buster and Stretch
Add older releases of Debian: Buster and Stretch. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
-rw-r--r--.github/workflows/ci.yml39
1 files changed, 38 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 5540ad2..aed8c08 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -26,6 +26,9 @@ jobs:
- archlinux:latest
- debian:testing
- debian:stable
+ - debian:bullseye
+ - debian:buster
+ - debian:stretch
# Fails on configure on GCC and clang (process restrictions?)
# - fedora:rawhide
- fedora:latest
@@ -55,6 +58,34 @@ jobs:
mode: no-maintainer
variant: i386
+ - container: "debian:buster"
+ arch: i386
+ compiler: gcc -m32
+ cross_compile: i686-linux-gnu
+ mode: maintainer
+ variant: i386
+
+ - container: "debian:buster"
+ arch: i386
+ compiler: gcc -m32
+ cross_compile: i686-linux-gnu
+ mode: no-maintainer
+ variant: i386
+
+ - container: "debian:stretch"
+ arch: i386
+ compiler: gcc -m32
+ cross_compile: i686-linux-gnu
+ mode: maintainer
+ variant: i386
+
+ - container: "debian:stretch"
+ arch: i386
+ compiler: gcc -m32
+ cross_compile: i686-linux-gnu
+ mode: no-maintainer
+ variant: i386
+
# Debian cross compilation builds
- container: "debian:stable"
arch: armel
@@ -85,13 +116,19 @@ jobs:
variant: cross-compile
# Debian GCC sanitizer builds
+ - container: "debian:testing"
+ arch: x86-64
+ compiler: gcc
+ mode: maintainer
+ variant: sanitizers
+
- container: "debian:stable"
arch: x86-64
compiler: gcc
mode: maintainer
variant: sanitizers
- - container: "debian:testing"
+ - container: "debian:buster"
arch: x86-64
compiler: gcc
mode: maintainer