diff options
author | Brad King <brad.king@kitware.com> | 2020-09-29 21:27:55 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2020-09-30 19:00:59 (GMT) |
commit | 4e08ce720b4e55bf75d2fe7e41c04cc2a433ce06 (patch) | |
tree | 27ca14bba0e17b7a1e983521c5e4a4f61f439b9a /.gitlab-ci.yml | |
parent | ff72dbfb14aeb0d5f71db9b72159d7d01aa4fde9 (diff) | |
download | CMake-4e08ce720b4e55bf75d2fe7e41c04cc2a433ce06.zip CMake-4e08ce720b4e55bf75d2fe7e41c04cc2a433ce06.tar.gz CMake-4e08ce720b4e55bf75d2fe7e41c04cc2a433ce06.tar.bz2 |
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 f584af6..c4c14bf 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 |