From 1226b9d745129f482429a59c403676442e9e7049 Mon Sep 17 00:00:00 2001 From: Bjarne von Horn Date: Wed, 7 Feb 2024 18:22:25 +0100 Subject: [PATCH] build with kernel 3.4 in CI --- .gitlab-ci.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e4cc5db1..49aa4da1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -29,6 +29,14 @@ xenomai2: - ./configure --disable-8139too --with-linux-dir=/usr/src/linux-obj/x86_64/0318xenomai2 --enable-rtdm --with-xenomai-dir=/usr - make -j8 all modules +kernel 3.4: + stage: build + image: registry.gitlab.com/etherlab.org/build-container-factory/ethercat-kernels:k3.4-rt145 + script: + - ./bootstrap + - ./configure --enable-8139too --enable-e100 --enable-e1000 --enable-e1000e --enable-r8169 --with-linux-dir=/usr/src/linux-obj/x86_64/0304rt + - make -j8 all modules + xenomai3: stage: build image: registry.gitlab.com/etherlab.org/build-container-factory/ethercat-kernels:xenomai3