Commit 7399e01e authored by Federico Vaga's avatar Federico Vaga

bld:ci: add zio and fmc-adc-100m to build doc

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent 023458f7
......@@ -39,6 +39,11 @@ documentation:
stage: build
image:
name: gitlab-registry.cern.ch/coht/common-containers/documentation:latest
before_script:
- git clone -b v1.4.0 --depth 1 https://ohwr.org/project/zio.git ~/git/zio
- export ZIO=~/git/zio
- git clone -b v5.0.0 --depth 1 https://gitlab.cern.ch/coht/fmc-adc-100m14b4cha.git ~/git/fmc-adc-100m14b4cha
- export FMCADC100M=~/git/fmc-adc-100m14b4cha/software
script:
- make -C lib
- LD_LIBRARY_PATH=$PWD/lib make -C doc html
......
Markdown is supported
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