diff options
author | Brad King <brad.king@kitware.com> | 2020-09-29 17:27:55 -0400 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2020-09-30 15:00:59 -0400 |
commit | 4e08ce720b4e55bf75d2fe7e41c04cc2a433ce06 (patch) | |
tree | 27ca14bba0e17b7a1e983521c5e4a4f61f439b9a /.gitlab-ci.yml | |
parent | ff72dbfb14aeb0d5f71db9b72159d7d01aa4fde9 (diff) | |
download | cmake-4e08ce720b4e55bf75d2fe7e41c04cc2a433ce06.tar.gz |
gitlab-ci: add sphinx job to continuous build
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f584af6e23..c4c14bf116 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -85,6 +85,9 @@ build:fedora31-sphinx: - .cmake_build_linux - .linux_builder_tags_qt - .run_automatically + variables: + CMAKE_CI_JOB_CONTINUOUS: "true" + CMAKE_CI_JOB_HELP: "true" # Linux builds |