build with kernel 3.4 in CI
This commit is contained in:
parent
2f4c06afc1
commit
1226b9d745
|
|
@ -29,6 +29,14 @@ xenomai2:
|
||||||
- ./configure --disable-8139too --with-linux-dir=/usr/src/linux-obj/x86_64/0318xenomai2 --enable-rtdm --with-xenomai-dir=/usr
|
- ./configure --disable-8139too --with-linux-dir=/usr/src/linux-obj/x86_64/0318xenomai2 --enable-rtdm --with-xenomai-dir=/usr
|
||||||
- make -j8 all modules
|
- 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:
|
xenomai3:
|
||||||
stage: build
|
stage: build
|
||||||
image: registry.gitlab.com/etherlab.org/build-container-factory/ethercat-kernels:xenomai3
|
image: registry.gitlab.com/etherlab.org/build-container-factory/ethercat-kernels:xenomai3
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue