We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d68f722 commit 5f8f76fCopy full SHA for 5f8f76f
.gitlab-ci.yml
@@ -68,6 +68,28 @@ build:
68
paths:
69
- $PACKAGE_BASE_NAME
70
71
+build_docs:
72
+ stage: build
73
+ services:
74
+ - image:e3
75
+ rules:
76
+ - if: $CI_PIPELINE_SOURCE == "merge_request_event" || ($CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH)
77
+ changes:
78
+ - doc/**/*
79
+ when: always
80
+ script:
81
+ - unset GITLAB_TOKEN
82
+ - generic_anod_ci
83
+ - . /tmp/ci_env.sh
84
+ - anod build gnatdas-doc --latest
85
+ - mv $ANOD_DEFAULT_SANDBOX_DIR/x86_64-linux/gnatdas-doc/install/share/doc/gnatdas/ $CI_PROJECT_DIR
86
+ artifacts:
87
+ when:
88
+ always
89
+ paths:
90
+ - gnatdas/pdf/gnatdas.pdf
91
+ - gnatdas/html
92
+
93
build_community:
94
interruptible: true
95
services:
0 commit comments