summaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'backport-ci-cmake.org-help' into ci-cmake.org-helpBrad King2022-04-051-24/+8
|\
| * gitlab-ci: update cmake.org documentation in release package pipelineBrad King2022-04-051-0/+2
| |
| * gitlab-ci: consolidate jobs for cmake.org/cmake/help/git-{master,stage} docsBrad King2022-04-051-24/+6
| |
* | Merge topic 'ci-package-uploads'Brad King2022-04-041-15/+5
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | b20a19fca1 Merge branch 'backport-3.22-ci-package-uploads' into ci-package-uploads cb44e0d47c gitlab-ci: distinguish release and development pipeline schedules 3a9a9a3ace gitlab-ci: clarify name of package upload job template Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7142
| * \ Merge branch 'backport-3.22-ci-package-uploads' into ci-package-uploadsBrad King2022-04-041-20/+10
| |\ \ | | |/
| | * gitlab-ci: distinguish release and development pipeline schedulesBrad King2022-04-041-15/+5
| | | | | | | | | | | | | | | | | | | | | | | | Redefine the `CMAKE_CI_PACKAGE` pipeline schedule variable to indicate whether it is for a development version (`dev`) or a release version (`v[0-9]...`). Use this to automatically turn package upload jobs on or off without having to edit the jobs in `.gitlab-ci.yml` for release branches.
| | * gitlab-ci: clarify name of package upload job templateBrad King2022-04-041-5/+5
| | | | | | | | | | | | The template is used to upload both source and binary packages.
| | * gitlab-ci: shorten job prefixesBen Boeckel2021-11-231-121/+128
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This helps to maximize the amount of information visible in the GitLab web interface. Also document their meaning in the developer documentation and in the CI configuration file directly. See: https://gitlab.com/gitlab-org/gitlab/-/issues/8496
| | * gitlab-ci: fix comment typoBen Boeckel2021-11-231-1/+1
| | |
| | * gitlab-ci: Update Windows jobs to VS 2022Brad King2021-11-111-13/+13
| | |
| | * gitlab-ci: Re-organize Windows job tagsBrad King2021-11-111-3/+3
| | | | | | | | | | | | Name the tag groups based on the VS version needed.
* | | Merge topic 'ci-cuda-11.6'Brad King2022-03-041-3/+22
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | 1f601753d7 gitlab-ci: add jobs testing cuda11.6 with nvcc and clang 13 7716750062 ci: add cuda11.6 base image 77bdcc949d gitlab-ci: run CUDA and HIP test jobs in any non-MR pipeline Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7038
| * | gitlab-ci: add jobs testing cuda11.6 with nvcc and clang 13Brad King2022-03-031-0/+19
| | |
| * | gitlab-ci: run CUDA and HIP test jobs in any non-MR pipelineBrad King2022-03-031-3/+3
| | | | | | | | | | | | | | | | | | Previously we only ran these in a scheduled nightly pipeline. We should run them in pipelines on integration branches too, particularly for the `release` branch.
* | | Merge topic 'ci-continuous'Brad King2022-03-031-0/+4
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | bba3d65bb6 ci: add fedora35-ninja build and test jobs in continuous pipeline e3519aced4 ci: configure rules to enable dependent jbos in continuous pipeline Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7034
| * | | ci: add fedora35-ninja build and test jobs in continuous pipelineBrad King2022-03-021-0/+4
| | | |
* | | | ci: add nightly CI job to build CMake in-placeBrad King2022-03-021-0/+9
|/ / /
* | | Merge topic 'ci-intel-compiler'Brad King2022-02-091-0/+42
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3fe20db126 gitlab-ci: add jobs testing Intel 2022.0.2 compilers on Linux 6675fdd5c9 gitlab-ci: add jobs testing Intel 2021.4.0 compilers on Linux ce8d471d94 gitlab-ci: add jobs testing Intel 2021.3.0 compilers on Linux Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !6962
| * | | gitlab-ci: add jobs testing Intel 2022.0.2 compilers on LinuxBrad King2022-02-081-0/+14
| | | | | | | | | | | | | | | | | | | | Note that the classic compiler version is 2021.5.0, but we still have it in the 2022.0.2 base image.
| * | | gitlab-ci: add jobs testing Intel 2021.4.0 compilers on LinuxBrad King2022-02-081-0/+14
| | | |
| * | | gitlab-ci: add jobs testing Intel 2021.3.0 compilers on LinuxBrad King2022-02-081-0/+14
| | | |
* | | | ci: Add nightly CI job for clang++ with NMakeBrad King2022-02-081-0/+15
|/ / / | | | | | | | | | | | | | | | In commit c1f4bd792b (ci: Add LLVM/Clang 13.0 nightly CI jobs on Windows, 2022-02-02) we added three of the four combinations of `clang-cl`/`clang++` with NMake/Ninja. Add the last combination.
* | | ci: Add LLVM/Clang 13.0 nightly CI jobs on WindowsBrad King2022-02-041-0/+45
| | | | | | | | | | | | | | | Add jobs covering the `clang-cl` front-end with Ninja and NMake. Add a job covering the `clang++` front-end with Ninja.
* | | Begin post-3.23 developmentBrad King2022-02-031-7/+7
|/ /
* | gitlab-ci: Drop package pipeline upload jobs for release branchBrad King2022-02-031-7/+7
| | | | | | | | | | The package pipeline for release versions should not upload packages automatically to our archive of nightly development versions.
* | gitlab-ci: update to Fedora 35 base imagesBrad King2022-02-011-28/+28
| |
* | gitlab-ci: shorten job prefixesBen Boeckel2021-11-221-142/+149
| | | | | | | | | | | | | | | | | | | | This helps to maximize the amount of information visible in the GitLab web interface. Also document their meaning in the developer documentation and in the CI configuration file directly. See: https://gitlab.com/gitlab-org/gitlab/-/issues/8496
* | gitlab-ci: fix comment typoBen Boeckel2021-11-221-1/+1
| |
* | ci: Add JOM nightly CI jobBrad King2021-11-171-0/+14
| |
* | ci: Add NMake nightly CI jobBrad King2021-11-171-0/+14
| |
* | gitlab-ci: Clarify MSVC v71 job script config block nameBrad King2021-11-171-1/+1
| | | | | | | | | | Rename `cmake_test_windows_{nmake => msvc}` since it fetches MSVC, not NMake.
* | gitlab-ci: Try upstream ninja development branch in a Windows nightly jobBrad King2021-11-151-0/+2
| |
* | ci: Add VS 2019 nightly CI jobsBrad King2021-11-121-0/+14
| | | | | | | | | | Now that the primary VS jobs have been converted to VS 2022, add nightly CI jobs to cover VS 2019.
* | gitlab-ci: Update Windows jobs to VS 2022Brad King2021-11-111-21/+21
| |
* | gitlab-ci: Re-organize Windows job tagsBrad King2021-11-111-7/+7
| | | | | | | | | | | | Name the tag groups based on the VS version needed, if any. Drop VS-related tags from Windows jobs that do not need any pre-installed VS version.
* | ci: Add MSVC v71 NMake nightly CI jobBrad King2021-11-011-0/+14
| |
* | ci: Add Open Watcom 1.9 nightly CI jobBrad King2021-10-181-0/+14
| |
* | ci: Add Borland 5.5 and 5.8 nightly CI jobsBrad King2021-10-131-0/+28
| |
* | Begin post-3.22 developmentBrad King2021-10-081-7/+7
|/
* gitlab-ci: Drop package pipeline upload jobs for release branchBrad King2021-10-081-7/+7
| | | | | The package pipeline for release versions should not upload packages automatically to our archive of nightly development versions.
* Merge topic 'ci-asan'Brad King2021-10-071-1/+1
|\ | | | | | | | | | | | | | | 915ef42cab gitlab-ci: Fix asan test job rules Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !6601
| * gitlab-ci: Fix asan test job rulesBrad King2021-10-061-1/+1
| | | | | | | | | | | | The job runs dependently after the asan build job. Fix the rules for the job added by commit 20bc209a0c (gitlab-ci: add clang asan job, 2021-06-07, v3.21.0-rc1~61^2).
* | gitlab-ci: Try upstream ninja development branch in some nightly jobsBrad King2021-10-061-0/+4
|/
* gitlab-ci: add job testing hip4.2 with Ninja Multi-ConfigBrad King2021-07-091-0/+10
|
* Merge topic 'cmake-upload-junit-reports'Brad King2021-07-021-0/+8
|\ | | | | | | | | | | | | | | | | cb5c03ed04 gitlab-ci: upload JUnit reports for builds 722270ff50 ci: update to 3.21.0-rc2 for CI usage Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Craig Scott <craig.scott@crascit.com> Merge-request: !6072
| * gitlab-ci: upload JUnit reports for buildsBen Boeckel2021-06-301-0/+8
| | | | | | | | | | GitLab can render test results which come from JUnit files and inform which tests have started failing on an MR.
* | gitlab-ci: add job testing cuda9.2 with Ninja Multi-ConfigBrad King2021-07-011-0/+10
| |
* | Begin post-3.21 developmentBrad King2021-06-171-7/+7
|/
* gitlab-ci: Drop package pipeline upload jobs for release branchBrad King2021-06-171-7/+7
| | | | | The package pipeline for release versions should not upload packages automatically to our archive of nightly development versions.
* Merge topic 'ci-clang'Brad King2021-06-171-0/+10
|\ | | | | | | | | | | | | | | 886a97cbe7 gitlab-ci: add job to test with clang-7 and ninja on debian10 Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !6237