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