Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gitlab-ci: shorten job prefixes | Ben Boeckel | 2021-11-22 | 1 | -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 typo | Ben Boeckel | 2021-11-22 | 1 | -1/+1 |
| | |||||
* | ci: Add JOM nightly CI job | Brad King | 2021-11-17 | 1 | -0/+14 |
| | |||||
* | ci: Add NMake nightly CI job | Brad King | 2021-11-17 | 1 | -0/+14 |
| | |||||
* | gitlab-ci: Clarify MSVC v71 job script config block name | Brad King | 2021-11-17 | 1 | -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 job | Brad King | 2021-11-15 | 1 | -0/+2 |
| | |||||
* | ci: Add VS 2019 nightly CI jobs | Brad King | 2021-11-12 | 1 | -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 2022 | Brad King | 2021-11-11 | 1 | -21/+21 |
| | |||||
* | gitlab-ci: Re-organize Windows job tags | Brad King | 2021-11-11 | 1 | -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 job | Brad King | 2021-11-01 | 1 | -0/+14 |
| | |||||
* | ci: Add Open Watcom 1.9 nightly CI job | Brad King | 2021-10-18 | 1 | -0/+14 |
| | |||||
* | ci: Add Borland 5.5 and 5.8 nightly CI jobs | Brad King | 2021-10-13 | 1 | -0/+28 |
| | |||||
* | Begin post-3.22 development | Brad King | 2021-10-08 | 1 | -7/+7 |
| | |||||
* | gitlab-ci: Drop package pipeline upload jobs for release branch | Brad King | 2021-10-08 | 1 | -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 King | 2021-10-07 | 1 | -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 rules | Brad King | 2021-10-06 | 1 | -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 jobs | Brad King | 2021-10-06 | 1 | -0/+4 |
|/ | |||||
* | gitlab-ci: add job testing hip4.2 with Ninja Multi-Config | Brad King | 2021-07-09 | 1 | -0/+10 |
| | |||||
* | Merge topic 'cmake-upload-junit-reports' | Brad King | 2021-07-02 | 1 | -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 builds | Ben Boeckel | 2021-06-30 | 1 | -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-Config | Brad King | 2021-07-01 | 1 | -0/+10 |
| | | |||||
* | | Begin post-3.21 development | Brad King | 2021-06-17 | 1 | -7/+7 |
|/ | |||||
* | gitlab-ci: Drop package pipeline upload jobs for release branch | Brad King | 2021-06-17 | 1 | -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 King | 2021-06-17 | 1 | -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 | ||||
| * | gitlab-ci: add job to test with clang-7 and ninja on debian10 | Brad King | 2021-06-16 | 1 | -0/+10 |
| | | | | | | | | | | | | In commit 7e5e558d0f (gitlab-ci: add job to test with clang-7 on debian10, 2021-06-04) we added coverage of clang-7 with the Unix Makefiles generator. Do the same for Ninja. | ||||
* | | gitlab-ci: add job testing cuda10.2 with clang 11 | Brad King | 2021-06-16 | 1 | -0/+10 |
|/ | |||||
* | gitlab-ci: add job to run CPack RPM tests | Brad King | 2021-06-10 | 1 | -0/+12 |
| | | | | Run tests on Fedora in a path without spaces so the RPM tests activate. | ||||
* | gitlab-ci: add clang asan job | Brad King | 2021-06-08 | 1 | -0/+25 |
| | |||||
* | gitlab-ci: add job to test with clang-7 on debian10 | Brad King | 2021-06-04 | 1 | -0/+10 |
| | | | | | | Test with a Clang version old enough to have caught the regression fixed by commit 9411766c35 (BinUtils: Avoid llvm-objdump versions older than Clang 9, 2021-05-29). | ||||
* | gitlab-ci: add job to build with clang-analyzer | Brad King | 2021-06-03 | 1 | -0/+9 |
| | | | | | Update the exceptions in `CTestCustom.cmake.in` to match this job's needs. Drop exceptions needed only by our previous nightly build. | ||||
* | gitlab-ci: add codespell lint job | Brad King | 2021-05-12 | 1 | -0/+6 |
| | |||||
* | gitlab-ci: rename lint builds to start in lint: | Brad King | 2021-05-12 | 1 | -3/+3 |
| | |||||
* | gitlab-ci: update to Fedora 34 base images | Brad King | 2021-05-12 | 1 | -17/+17 |
| | |||||
* | gitlab-ci: add jobs to upload cmake.org/cmake/help/git-{master,stage} docs | Brad King | 2021-05-07 | 1 | -0/+22 |
| | |||||
* | gitlab-ci: add jobs to build cmake.org/cmake/help/git-{master,stage} docs | Brad King | 2021-05-07 | 1 | -0/+12 |
| | |||||
* | gitlab-ci: clarify name of rsync upload block for binaries | Brad King | 2021-05-07 | 1 | -5/+5 |
| | |||||
* | gitlab-ci: add jobs testing Intel 2021.2.0 compilers on Linux | Brad King | 2021-05-03 | 1 | -0/+14 |
| | |||||
* | gitlab-ci: update Intel Compiler base image tag naming convention | Brad King | 2021-03-24 | 1 | -29/+29 |
| | |||||
* | gitlab-ci: add jobs testing Intel oneAPI compilers on Linux | Brad King | 2021-03-17 | 1 | -0/+14 |
| | |||||
* | gitlab-ci: add jobs testing Intel Classic compilers on Linux | Brad King | 2021-03-17 | 1 | -0/+189 |
| | |||||
* | gitlab-ci: factor out job dependencies on release-style binaries | Brad King | 2021-03-17 | 1 | -16/+4 |
| | |||||
* | Merge topic 'ci-macos-arm64' | Brad King | 2021-02-23 | 1 | -23/+60 |
|\ | | | | | | | | | | | | | | | | | | | | | | | 397ced99d7 gitlab-ci: Add macos-arm64 jobs for Ninja and Xcode 0755c2ffbb gitlab-ci: rename macos build and test jobs to macos-x86_64 73150a3798 ci: add sccache 0.2.15 custom build for aarch64-apple-darwin cab41b96ac ci: update to sccache 0.2.15 on linux builds 8dcbe5688a ci: Use Qt macOS 10.13+ package for macOS build and test jobs Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !5851 | ||||
| * | gitlab-ci: Add macos-arm64 jobs for Ninja and Xcode | Brad King | 2021-02-23 | 1 | -0/+37 |
| | | | | | | | | For now, leave these jobs out during merge requests. | ||||
| * | gitlab-ci: rename macos build and test jobs to macos-x86_64 | Brad King | 2021-02-23 | 1 | -23/+23 |
| | | | | | | | | | | This makes room for future equivalents for other architectures. The packaging jobs produce universal binaries, so leave them as-is. | ||||
* | | Begin post-3.20 development | Brad King | 2021-02-10 | 1 | -5/+5 |
|/ | |||||
* | gitlab-ci: Drop package pipeline upload jobs for release branch | Brad King | 2021-02-10 | 1 | -5/+5 |
| | | | | | The package pipeline for release versions should not upload packages automatically to our archive of nightly development versions. | ||||
* | gitlab-ci: add test:debian10-aarch64-ninja job | Brad King | 2021-01-27 | 1 | -0/+13 |
| | |||||
* | gitlab-ci: add build:centos7-aarch64 job | Brad King | 2021-01-27 | 1 | -0/+10 |
| | | | | | Test building our release for the `aarch64` architecture. For now, leave this job out during merge requests. | ||||
* | gitlab-ci: rename build:centos6-{release => x86_64} | Brad King | 2021-01-27 | 1 | -7/+7 |
| | | | | This makes room for a future equivalent for other architectures. | ||||
* | gitlab-ci: consolidate release and package job infrastructure | Brad King | 2021-01-27 | 1 | -9/+11 |
| | | | | | | Use `linux_release` in names associated with building or testing release-style binaries. Add a `.linux_package` helper to adjust the release binary build behavior for package-specific jobs. |