summaryrefslogtreecommitdiffstats
path: root/.gitlab
Commit message (Collapse)AuthorAgeFilesLines
* ci: Enable FindOpenMP tests in Intel nightly CI jobs on WindowsBrad King2024-02-231-0/+4
|
* ci: host WiX 3.14.0.8606 binaries ourselvesBrad King2024-02-161-2/+4
| | | | | | | Follow the approach from commit 9ff7fffbf4 (ci: host WiX 3.14.0.6526 binaries ourselves, 2022-08-02, v3.24.0~6^2) for the updated version. Since we use WiX to package our official release binaries, avoid relying on an externally-hosted package by hosting it at `cmake.org`.
* ci: update to WiX 3.14.0.8606 releaseBrad King2024-02-161-5/+4
| | | | | This official 3.14 release supports the `arm64` architecture. Previously we used a development version for that.
* ci: Enable TIClang test on Debian Clang jobs in nightly pipelineBrad King2024-02-097-0/+47
|
* Merge topic 'FindOpenMP-clang-windows' into release-3.29Brad King2024-02-091-0/+4
|\ | | | | | | | | | | | | | | 3adeb3b470 ci: Enable FindOpenMP tests in LLVM/Clang nightly CI jobs on Windows 3019af64c2 FindOpenMP: Add support for GNU-like Clang targeting MSVC ABI Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !9235
| * ci: Enable FindOpenMP tests in LLVM/Clang nightly CI jobs on WindowsBrad King2024-02-081-0/+4
| |
* | Merge topic 'ci-xcode-15.2' into release-3.29Brad King2024-02-091-6/+6
|\ \ | |/ |/| | | | | | | | | 68157fc57d gitlab-ci: update macOS jobs to use Xcode 15.2 Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !9237
| * gitlab-ci: update macOS jobs to use Xcode 15.2Brad King2024-02-081-6/+6
| |
* | Merge topic 'FindCUDAToolkit-cupti'Brad King2023-12-154-0/+4
|\ \ | |/ | | | | | | | | | | | | 04959e0285 Tests: Verify CUDA::cupti existence on a subset of machines 09a3c8b46b CUDAToolkit: Correctly search all include paths from compiler Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !9072
| * Tests: Verify CUDA::cupti existence on a subset of machinesRobert Maynard2023-12-144-0/+4
| | | | | | | | When we know that the cupti library exists explicitly request the CUDA Toolkit test to verify the existence
* | Merge topic 'ci-xcode-15.1'Brad King2023-12-121-6/+6
|\ \ | |/ | | | | | | | | | | e2d25c6724 gitlab-ci: update macOS jobs to use Xcode 15.1 Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !9066
| * gitlab-ci: update macOS jobs to use Xcode 15.1Brad King2023-12-111-6/+6
| |
* | ci: export clang-tidy fixes as an artifactKyle Edwards2023-12-056-1/+32
| |
* | Merge topic 'rpm-quoting'Brad King2023-11-301-9/+0
|\ \ | |/ | | | | | | | | | | | | | | 5123e9e160 ci: unmask RPM tests on Fedora 39 bf22ac5263 CPack/RPM: Quote paths in rpm spec only if they have whitespace 75ea6207b7 CPack/RPM: Factor out helper to quote paths in generated rpm spec Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !9005
| * ci: unmask RPM tests on Fedora 39Ben Boeckel2023-11-291-9/+0
| |
| * Merge topic 'ci-fedora-39' into release-3.28Brad King2023-11-2054-84/+87
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9283b20659 ci: Suppress CPack/RPM tests pending fix for Fedora 39 18145e8745 ci: Update FindMPI test environment for mpich on Fedora 39 a8be80ccf2 ci: Drop now-unnecessary Clang rules for CXXModules tests 99238b23e9 ci: use Fedora 39 images and environments 57eadec617 ci: update Linux image to Fedora 39 653262162c clang-tidy module: Update to build against LLVM/Clang 17 2cf9a65835 clang-tidy: ignore warnings new in version 17 2744f14db1 codespell: Fix typos ... Acked-by: Kitware Robot <kwrobot@kitware.com> Tested-by: buildbot <buildbot@kitware.com> Merge-request: !8983
* | \ Merge topic 'ci-fedora-39'Brad King2023-11-2054-84/+87
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cdd741ebf9 Merge branch 'backport-ci-fedora-39' into ci-fedora-39 9283b20659 ci: Suppress CPack/RPM tests pending fix for Fedora 39 18145e8745 ci: Update FindMPI test environment for mpich on Fedora 39 a8be80ccf2 ci: Drop now-unnecessary Clang rules for CXXModules tests 99238b23e9 ci: use Fedora 39 images and environments 57eadec617 ci: update Linux image to Fedora 39 653262162c clang-tidy module: Update to build against LLVM/Clang 17 2cf9a65835 clang-tidy: ignore warnings new in version 17 ... Acked-by: Kitware Robot <kwrobot@kitware.com> Tested-by: buildbot <buildbot@kitware.com> Merge-request: !8983
| * \ \ Merge branch 'backport-ci-fedora-39' into ci-fedora-39Brad King2023-11-1754-84/+87
| |\ \ \ | | | |/ | | |/|
| | * | ci: Suppress CPack/RPM tests pending fix for Fedora 39Brad King2023-11-171-0/+9
| | | | | | | | | | | | | | | | Issue: #25421
| | * | ci: Update FindMPI test environment for mpich on Fedora 39Brad King2023-11-171-1/+1
| | | | | | | | | | | | | | | | An explicit `FI_PROVIDER=tcp` seems to be needed to pass the test.
| | * | ci: Drop now-unnecessary Clang rules for CXXModules testsBrad King2023-11-174-6/+0
| | | | | | | | | | | | | | | | | | | | Starting with LLVM/Clang 17 we can use C++ modules with compiler extensions enabled.
| | * | ci: use Fedora 39 images and environmentsBrad King2023-11-1742-70/+68
| | | |
| | * | ci: update Linux image to Fedora 39Brad King2023-11-177-3/+5
| | | |
* | | | Merge topic 'ci-release-no-cdash'Brad King2023-11-201-1/+0
|\ \ \ \ | |/ / / |/| | / | | |/ | |/| | | | | | | | | | 31620b2bf8 gitlab-ci: drop cdash-build-id from release packaging artifacts Acked-by: Kitware Robot <kwrobot@kitware.com> Reviewed-by: Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !8988
| * | gitlab-ci: drop cdash-build-id from release packaging artifactsBrad King2023-11-191-1/+0
| |/ | | | | | | | | This was accidentally added by commit 06661b1e4c (gitlab-ci: pull annotations for CDash from the jobs, 2023-11-01, v3.28.0-rc4~1^2).
* | ci/sphinx: Add html output as artifactsKyle Edwards2023-11-091-0/+2
|/
* gitlab-ci: pull annotations for CDash from the jobsBen Boeckel2023-11-021-0/+26
| | | | Only move `cdash-build-id` between stages that make sense.
* ci: generate annotation reportsBen Boeckel2023-11-026-3/+84
| | | | | | These will render links in the sidebar for each job. See: https://docs.gitlab.com/ee/ci/yaml/artifacts_reports.html#artifactsreportsannotations
* Merge topic 'cxxmodules-no-longer-experimental'Brad King2023-10-026-7/+0
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 437280b127 cxxmodules: scan C++ sources for imports by default 3cddd11649 Ninja: message about not compiled sources explicitly 068fde1c34 cmGeneratorTarget: use `this->` for method calls 197a6bf171 cxxmodules: rework control logic for scanning regular C++ sources 5eb7bd641a Tests/RunCMake/CXXModules: remove rules file requirement ff18acc301 CXXModules: remove `EXPERIMENTAL` from C++ module variable names 0c07f39006 cmExperimental: remove the flag for C++ modules 68caec9137 Help: add a manpage for cxxmodule support Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Pavel Solodovnikov <hellyeahdominate@gmail.com> Merge-request: !8828
| * Tests/RunCMake/CXXModules: remove rules file requirementBen Boeckel2023-10-026-7/+0
| | | | | | | | | | Only Clang needs to disable extensions in order to work; other implementations work as-is.
* | Merge topic 'FindCUDAToolkit-implicit-dirs'Brad King2023-09-293-0/+45
|\ \ | |/ |/| | | | | | | | | 4316d4dcfd FindCUDAToolkit: Search all of `nvcc` implicit includes and library dirs Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8835
| * FindCUDAToolkit: Search all of `nvcc` implicit includes and library dirsRobert Maynard2023-09-273-0/+45
| | | | | | | | | | | | | | | | Improves the handling of CUDA layouts where we have multiple include and library directories listed in the output of `nvcc -v`. This updates both when the CUDA language is enabled or not. Fixes: #24915
* | gitlab-ci: update macOS jobs to use Xcode 15.0Brad King2023-09-261-6/+6
|/
* ci: Add OrangeC 6.73.1 nightly CI jobBrad King2023-09-257-0/+55
|
* Merge topic 'tests-in-symlink-tree'Brad King2023-09-2519-178/+258
|\ | | | | | | | | | | | | | | | | | | | | | | | | d9f1431f92 ci: Add jobs that run in symlink trees 879d12a29d ci: Always build Ninja with Unix Makefiles generator 8340313916 ci: Factor out debian12_ninja configure script 25d7843955 ci: Factor out build directory for finding artifacts a7534c31e6 Tests: Update tests to run in multi-config generators 59b0ae6b24 Tests: Update tests to run in symlinked tree Acked-by: Kitware Robot <kwrobot@kitware.com> Tested-by: buildbot <buildbot@kitware.com> Merge-request: !8797
| * ci: Add jobs that run in symlink treesKyle Edwards2023-09-2213-0/+78
| |
| * ci: Always build Ninja with Unix Makefiles generatorKyle Edwards2023-09-221-1/+1
| | | | | | | | | | The build for Ninja should not be affected by the CMAKE_GENERATOR environment variable.
| * ci: Factor out debian12_ninja configure scriptKyle Edwards2023-09-224-116/+118
| |
| * ci: Factor out build directory for finding artifactsKyle Edwards2023-09-221-61/+61
| | | | | | | | | | | | | | Some jobs will run in a build directory other than $CI_PROJECT_DIR/build, and will produce artifacts in a different directory. Add a variable specifying where to find the artifacts, and set it to build/ by default.
* | Merge topic 'cxxmodules-gcc-14'Brad King2023-09-253-25/+5
|\ \ | |/ |/| | | | | | | | | | | | | | | 4089954595 gitlab-ci: update to GCC CI container with merged P1689R5 c2564f5916 ci: drop extra scandep source settings for GCC ee52a02d56 ci: update GCC build to use master after P1689R5 is merged 4f0410959e GCC: add rules for scanning C++ module dependencies Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8827
| * gitlab-ci: update to GCC CI container with merged P1689R5Ben Boeckel2023-09-221-1/+1
| |
| * ci: drop extra scandep source settings for GCCBen Boeckel2023-09-211-19/+0
| |
| * ci: update GCC build to use master after P1689R5 is mergedBen Boeckel2023-09-211-5/+4
| |
* | Merge topic 'hip-nvidia'Brad King2023-09-228-6/+46
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | 6546aa2a2a ci: Add HIP job using CUDA on NVIDIA GPUs 18158bf81c HIP: Add support for NVIDIA GPUs 127b6fa06b HIP: Add CMAKE_HIP_PLATFORM variable to specify GPU platform 90e23f40ee Tests/HIP/WithDefs: Clean up test case 9ebdf3281f Tests/HIP/ArchitectureOff: Cover HIP_ARCHITECTURES initialization cfec29196e ci: Add CUDA 11.8 to HIP 5.5 image 26470eb987 ci: Put HIP GPU platform in CMake_TEST_HIP Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8817
| * ci: Add HIP job using CUDA on NVIDIA GPUsBrad King2023-09-213-0/+14
| |
| * ci: Add CUDA 11.8 to HIP 5.5 imageBrad King2023-09-213-3/+29
| |
| * ci: Put HIP GPU platform in CMake_TEST_HIPBrad King2023-09-213-3/+3
| | | | | | | | | | | | The `CMake_TEST_HIP` option is added explicitly to builds where we want the tests to run, so we can set it to a value indicating the HIP GPU platform.
* | Merge topic 'ci-cmake-update'Brad King2023-09-212-7/+7
|\ \ | | | | | | | | | | | | | | | | | | 08d77470ef ci: Update CMake version to 3.27.6 Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8821
| * | ci: Update CMake version to 3.27.6Kyle Edwards2023-09-202-7/+7
| |/
* | ci: Update LLVM/Clang to 17.0 in nightly CI jobs on WindowsBrad King2023-09-191-5/+5
|/