mirror of
https://gitlab.com/etherlab.org/ethercat.git
synced 2026-02-06 03:41:52 +08:00
15 lines
504 B
YAML
15 lines
504 B
YAML
image:
|
|
registry.gitlab.com/etherlab.org/build-container-factory/leap-15.2:linux-syms
|
|
|
|
build:
|
|
stage: build
|
|
|
|
script:
|
|
- ./bootstrap
|
|
- ./configure --with-linux-dir=/usr/src/linux-obj/$(uname -i)/default --disable-8139too --enable-tty --with-devices=2 --enable-ccat
|
|
- make -j8 all modules
|
|
- make DISTCHECK_CONFIGURE_FLAGS="--with-linux-dir=/usr/src/linux-obj/$(uname -i)/default" distcheck
|
|
|
|
include:
|
|
- template: 'Workflows/MergeRequest-Pipelines.gitlab-ci.yml'
|