Skip to content
Snippets Groups Projects
Commit 5292ea0e authored by Federico Vaga's avatar Federico Vaga
Browse files

ci: publish documentation


Signed-off-by: default avatarFederico Vaga <federico.vaga@cern.ch>
parent fd474afe
Branches
Tags
No related merge requests found
......@@ -22,6 +22,18 @@ build:
- yum install -y kernel-devel
- KERNELSRC=/usr/src/kernels/*/ make modules
documentation:
stage: build
image:
name: gitlab-registry.cern.ch/coht/common-containers/documentation:latest
script:
- make -C Documentation/fmc html KERNELSRC=$(ls -1dr /linux-* | head -n 1)
- mkdir -p $EDL_CI_EOS_OUTPUT_DIR
- cp -a Documentation/fmc/_build/html/* $EDL_CI_EOS_OUTPUT_DIR
artifacts:
paths:
- $EDL_CI_EOS_OUTPUT_DIR
build_dkms_rpm:
stage: release
script:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment