Add CI job without EoE.

This commit is contained in:
Bjarne von Horn
2024-07-18 14:15:30 +02:00
parent 4f71ac5099
commit eaeddb0c49

View File

@@ -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