From eaeddb0c4966e4f767e8a5ac3190bf8e620dbe01 Mon Sep 17 00:00:00 2001 From: Bjarne von Horn Date: Thu, 18 Jul 2024 14:15:30 +0200 Subject: [PATCH] Add CI job without EoE. --- .gitlab-ci.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fff35b6f..3ae0ba71 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -46,6 +46,15 @@ xenomai3: - ./configure --enable-8139too --enable-igb --enable-e100 --with-linux-dir=/usr/src/linux-obj/x86_64/0510xenomai3 --enable-rtdm --with-xenomai-dir=/usr - make -j8 all modules +xenomai3 no eoe: + stage: build + image: registry.gitlab.com/etherlab.org/build-container-factory/ethercat-kernels:xenomai3 + + script: + - ./bootstrap + - ./configure --enable-8139too --enable-igb --enable-e100 --with-linux-dir=/usr/src/linux-obj/x86_64/0510xenomai3 --enable-rtdm --with-xenomai-dir=/usr --disable-eoe + - make -j8 all modules + build: stage: build