mirror of
https://gitlab.com/etherlab.org/ethercat.git
synced 2026-02-06 03:41:52 +08:00
Build documentation.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
stages:
|
||||
- build
|
||||
- documentation
|
||||
|
||||
image:
|
||||
registry.gitlab.com/etherlab.org/build-container-factory/leap-15.2:linux-syms
|
||||
|
||||
@@ -10,5 +14,22 @@ build:
|
||||
- make -j8 all modules
|
||||
- make DISTCHECK_CONFIGURE_FLAGS="--with-linux-dir=/usr/src/linux-obj/$(uname -i)/default" distcheck
|
||||
|
||||
documentation:
|
||||
stage: documentation
|
||||
|
||||
artifacts:
|
||||
untracked: true
|
||||
expire_in: 1 week
|
||||
|
||||
script:
|
||||
- ./bootstrap
|
||||
- ./configure --disable-kernel --disable-userlib
|
||||
- make -j8 all
|
||||
- cd documentation
|
||||
- mkdir external
|
||||
- make
|
||||
- make index
|
||||
- make
|
||||
|
||||
include:
|
||||
- template: 'Workflows/MergeRequest-Pipelines.gitlab-ci.yml'
|
||||
|
||||
Reference in New Issue
Block a user