added doc generation in jenkins continuous integration

This commit is contained in:
Guillaume Raffy 2020-03-18 16:42:14 +01:00
parent 8f6d1188e5
commit f4aa0423ac
2 changed files with 10 additions and 10 deletions

12
Jenkinsfile vendored
View File

@ -20,12 +20,12 @@ pipeline {
sh 'make FIJI_ROOT_PATH=$(pwd)/Fiji.app RAW_IMAGES_ROOT_PATH=/opt/ipr/cluster/work.global/graffy/jenkins-store/lipase/raw-images test'
}
}
// stage('Building HTML documentation...') {
// steps {
// echo 'Building HTML documentation...'
// // sh '/bin/bash ./src/CI/CI.bash -d ci_venv'
// }
// }
stage('Building documentation...') {
steps {
echo 'Building documentation...'
sh 'make FIJI_ROOT_PATH=$(pwd)/Fiji.app RAW_IMAGES_ROOT_PATH=/opt/ipr/cluster/work.global/graffy/jenkins-store/lipase/raw-images doc'
}
}
stage('Releasing package...') {
steps {
echo 'Releasing package...'

View File

@ -1,4 +1,4 @@
RAW_IMAGES_ROOT?=/home/graffy/work/lipase/raw-images
RAW_IMAGES_ROOT_PATH:=$(shell echo ~/work/lipase/raw-images)
lipase.pdf: lipase.tex graphics
pdflatex lipase.tex
@ -13,14 +13,14 @@ GENERATED_GRAPHICS=\
.PHONY: graphics
graphics: $(GENERATED_GRAPHICS)
graphics/res_soleil2018_GGH_GGH_2018_cin2_phiG_I_327_vis_-40_1_Pos0_img_000000000_DM300_nofilter_vis_000.png : $(RAW_IMAGES_ROOT)/res_soleil2018/GGH/GGH_2018_cin2_phiG_I_327_vis_-40_1/Pos0/img_000000000_DM300_nofilter_vis_000.tif
graphics/res_soleil2018_GGH_GGH_2018_cin2_phiG_I_327_vis_-40_1_Pos0_img_000000000_DM300_nofilter_vis_000.png : $(RAW_IMAGES_ROOT_PATH)/res_soleil2018/GGH/GGH_2018_cin2_phiG_I_327_vis_-40_1/Pos0/img_000000000_DM300_nofilter_vis_000.tif
$(TRAPS_VISIBLE_CONVERTER) "$<" "$@"
graphics/res_soleil2018_GGH_GGH_2018_cin2_phiG_I_327_vis_-40_1_Pos0_img_000000019_DM300_nofilter_vis_000.png : $(RAW_IMAGES_ROOT)/res_soleil2018/GGH/GGH_2018_cin2_phiG_I_327_vis_-40_1/Pos0/img_000000019_DM300_nofilter_vis_000.tif
graphics/res_soleil2018_GGH_GGH_2018_cin2_phiG_I_327_vis_-40_1_Pos0_img_000000019_DM300_nofilter_vis_000.png : $(RAW_IMAGES_ROOT_PATH)/res_soleil2018/GGH/GGH_2018_cin2_phiG_I_327_vis_-40_1/Pos0/img_000000019_DM300_nofilter_vis_000.tif
$(TRAPS_VISIBLE_CONVERTER) "$<" "$@"
graphics/res_soleil2018_GGH_GGH_2018_cin2_phiG_I_327_vis_-40_1_Pos0_img_000000039_DM300_nofilter_vis_000.png : $(RAW_IMAGES_ROOT)/res_soleil2018/GGH/GGH_2018_cin2_phiG_I_327_vis_-40_1/Pos0/img_000000039_DM300_nofilter_vis_000.tif
graphics/res_soleil2018_GGH_GGH_2018_cin2_phiG_I_327_vis_-40_1_Pos0_img_000000039_DM300_nofilter_vis_000.png : $(RAW_IMAGES_ROOT_PATH)/res_soleil2018/GGH/GGH_2018_cin2_phiG_I_327_vis_-40_1/Pos0/img_000000039_DM300_nofilter_vis_000.tif
$(TRAPS_VISIBLE_CONVERTER) "$<" "$@"
.PHONY: clean