summaryrefslogtreecommitdiff
path: root/.gitlab/ci
Commit message (Collapse)AuthorAgeFilesLines
...
* ci: run commit messages through codespellKyle Edwards2022-12-131-0/+16
|
* Merge topic 'ci-nvhpc'Brad King2022-12-073-5/+1
|\ | | | | | | | | | | | | 12d032b265 gitlab-ci: Update NVHPC to version 22.11 Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7994
| * gitlab-ci: Update NVHPC to version 22.11Brad King2022-12-063-5/+1
| | | | | | | | Fixes: #24225
* | Merge topic 'ci-cuda-no-static'Brad King2022-12-073-0/+34
|\ \ | |/ |/| | | | | | | | | 004f954401 ci: Add job to test minimal CUDA install (no static libs) Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7996
| * ci: Add job to test minimal CUDA install (no static libs)Robert Maynard2022-12-063-0/+34
| | | | | | | | | | | | | | Some package managers provide a minimal set of static libraries, which historically has caused problems for FindCUDAToolkit. Resolve this issue by creating a CUDA image with only the minimal set of static libraries.
* | Merge topic 'ci-pre-build-post-build'Brad King2022-12-063-1/+39
|\ \ | | | | | | | | | | | | | | | | | | | | | a7be3c961f ci: build clang-tidy plugin in pre-build step 372ce5bffe ci: add pre-build and post-build steps to Linux Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7989
| * | ci: build clang-tidy plugin in pre-build stepKyle Edwards2022-12-051-1/+3
| | | | | | | | | | | | And use sccache and Ninja.
| * | ci: add pre-build and post-build steps to LinuxKyle Edwards2022-12-052-0/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The pre-build step will allow actions to be executed before the CMake build but after Ninja and sccache have been downloaded, so they can be used in the pre-build step. The env step is meant for setting up environment variables anyway, rather than performing actions. The post-build step will allow extra artifacts to be computed after the build is complete.
* | | Merge topic 'ci-nvhpc'Brad King2022-12-061-0/+4
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 7d2979d6eb gitlab-ci: Select CUDA version explicitly in NVHPC job Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7987
| * | | gitlab-ci: Select CUDA version explicitly in NVHPC jobBrad King2022-12-051-0/+4
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The job added by commit 16a5c36795 (gitlab-ci: add nightly job testing NVHPC with Ninja on Linux, 2022-11-21) started failing after CI hosts were updated from NVIDIA driver version 520 to version 525. Somehow this causes the NVHPC multi-cuda `nvcc` wrapper to select CUDA 10.2 instead of 11.7 as with older driver versions. As a workaround, add the preferred version of `nvcc` to the PATH. Issue: #24225
* | | Merge topic 'cxx-module-map-clang'Brad King2022-12-067-0/+90
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2c558cfd1b gitlab-ci: add CI jobs for Clang with C++20 modules abd42e9cfc ci: add a Docker container for clang support of C++20 modules 51093f3002 Clang-FindBinUtils: also find `clang-scan-deps` 0b333de923 ci: add C++ module rules file for Clang 21b9fb1e8c cmCxxModuleMapper: support the `clang` module map format 9c66224668 cmNinjaTargetGenerator: skip setting `depfile` for `none` scantypes 9123a0991f cmNinjaTargetGenerator: use `.clear()` to empty out some strings Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Cristian Adam <cristian.adam@gmail.com> Merge-request: !7978
| * | gitlab-ci: add CI jobs for Clang with C++20 modulesBen Boeckel2022-12-022-0/+8
| | |
| * | ci: add a Docker container for clang support of C++20 modulesBen Boeckel2022-12-024-0/+66
| | |
| * | ci: add C++ module rules file for ClangBen Boeckel2022-12-021-0/+16
| |/
* | ci: enable C++20 module testing with the VS 2022 generatorBen Boeckel2022-12-011-0/+3
| |
* | Tests/RunCMake/CXXModules: split out collation-requiring testsBen Boeckel2022-12-013-3/+3
|/ | | | | Visual Studio does not currently have a place to insert the logic required to implement this test, so skip it if possible.
* FindCUDAToolkit: Ensure that paths provided have no symlinksRobert Maynard2022-11-301-3/+0
| | | | Fixes: #24188
* Merge topic 'ci-nvhpc'Brad King2022-11-295-0/+37
|\ | | | | | | | | | | | | | | 16a5c36795 gitlab-ci: add nightly job testing NVHPC with Ninja on Linux 9474d02386 Tests: Clarify CudaOnly.SeparateCompilationPTX output Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7946
| * gitlab-ci: add nightly job testing NVHPC with Ninja on LinuxBrad King2022-11-285-0/+37
| |
* | Merge topic 'msvc-cxx-no-optin-experimental-flag'Brad King2022-11-291-0/+2
|\ \ | |/ |/| | | | | | | | | | | 12e4bc73cb MSVC: don't opt into dyndep support Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !7965
| * MSVC: don't opt into dyndep supportBen Boeckel2022-11-281-0/+2
| | | | | | | | | | | | | | Instead, just set the variables for how scanning works since that is part of the compiler mechanisms. Fixes: #24198
* | gitlab-ci: add jobs to test with Clang and LLVMFlang on FedoraBrad King2022-11-186-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | We already have `t:debian10-{makefiles,ninja}-clang` jobs covering old versions of Clang with Makefile and Ninja generators. Complement them with new `t:fedora37-{makefiles,ninja}-clang` jobs covering recent versions of Clang. Fedora 37 now packages LLVMFlang, so enable Fortran tests with that compiler too. Issue: #22387
* | gitlab-ci: use Fedora 37 images and environmentsBrad King2022-11-1720-4/+4
| |
* | ci: add LLVMFlang compiler to Fedora base imageBrad King2022-11-171-0/+3
| | | | | | | | | | | | Also explicitly install `clang`. Issue: #22387
* | ci: update Linux image to Fedora 37Brad King2022-11-175-4/+4
| |
* | ci: Enable FindOpenMP tests on macOS Ninja and Makefiles jobsBrad King2022-11-148-0/+47
| | | | | | | | | | Since Apple does not distribute the OpenMP header and library with its AppleClang compiler, download them as part of the jobs.
* | Merge topic 'ci-windows-arm64'Brad King2022-11-145-2/+34
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 09c1b1db07 gitlab-ci: Add windows-arm64 native jobs for Ninja and VS 61ebd7d083 ci: Download cmake on windows-arm64 93a5d89b42 ci: Teach cmake download script on Windows to branch on host architecture 1ccffcf0ea ci: Factor out helper to load python into environment on Windows 781303c0e2 ci: Factor out helper to load qt into environment on Windows b0d16c7f74 Tests: Fix CTest.UpdateGIT under repo-local defaultBranch config Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !7905
| * | gitlab-ci: Add windows-arm64 native jobs for Ninja and VSBrad King2022-11-113-4/+18
| | | | | | | | | | | | | | | | | | | | | Add Windows ARM64 native CI jobs to build and test with Ninja, and to test with VS. Issue: #23624
| * | ci: Download cmake on windows-arm64Brad King2022-11-111-0/+3
| | |
| * | ci: Teach cmake download script on Windows to branch on host architectureBrad King2022-11-111-2/+9
| | |
| * | ci: Factor out helper to load python into environment on WindowsBrad King2022-11-111-0/+4
| | |
| * | ci: Factor out helper to load qt into environment on WindowsBrad King2022-11-111-0/+4
| | |
* | | Merge topic 'msvc-19.34-cpp-modules'Brad King2022-11-141-10/+0
|\ \ \ | |/ / |/| / | |/ | | | | | | | | 0e9782b336 msvc: bless MSVC 19.34 support for C++ modules as experimental Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !7745
| * msvc: bless MSVC 19.34 support for C++ modules as experimentalBen Boeckel2022-11-111-10/+0
| | | | | | | | Visual Studio 17.4 now contains official support for what CMake needs.
* | Merge topic 'ci-clang15-windows'Brad King2022-11-119-18/+32
|\ \ | |/ | | | | | | | | | | | | | | | | | | 46b2849550 ci: Update LLVM/Clang to 15.0 in nightly CI jobs on Windows 3eb94e4d51 ci: Simplify LLVM/Clang CI job specs on Windows 8ba5835c8d ci: Factor out helper to load clang into environment on Windows bf2e4a2e85 ci: Factor out helper to load ninja into environment on Windows 93ff726114 Tests: Fix TryCompile bad source case for clang-cl 15 on Windows Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7897
| * ci: Update LLVM/Clang to 15.0 in nightly CI jobs on WindowsBrad King2022-11-101-5/+9
| |
| * ci: Simplify LLVM/Clang CI job specs on WindowsBrad King2022-11-102-0/+3
| | | | | | | | | | Move environment setup to job-specific scripts so we can reuse the common `.cmake_test_windows_external` code path.
| * ci: Factor out helper to load clang into environment on WindowsBrad King2022-11-104-9/+15
| |
| * ci: Factor out helper to load ninja into environment on WindowsBrad King2022-11-102-4/+5
| |
* | Merge topic 'ci-swift-5.7'Brad King2022-11-031-4/+4
|\ \ | |/ | | | | | | | | | | 48ea2ce504 ci: Update debian10-ninja job to use Swift 5.7.1 Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7860
| * ci: Update debian10-ninja job to use Swift 5.7.1Brad King2022-11-021-4/+4
| |
* | ci: add MSYS Makefiles nightly CI jobBrad King2022-11-023-0/+8
| | | | | | | | Use the MinGW/MSYS 1.0 distribution from `mingw.osdn.io`.
* | ci: add MinGW Makefiles nightly CI jobBrad King2022-11-024-0/+32
| | | | | | | | Use the MinGW/MSYS 1.0 distribution from `mingw.osdn.io`.
* | clang-tidy module: build as release, output on test failureKyle Edwards2022-10-261-1/+2
| | | | | | | | | | Build the module with -DCMAKE_BUILD_TYPE=Release, and run ctest with --output-on-failure.
* | clang-tidy module: add test frameworkKyle Edwards2022-10-141-1/+4
| |
* | ci: add clang-tidy plugin to clang-tidy jobIgor-Mikhail-Valentin Glebov2022-10-122-0/+5
|/
* ci: add include-what-you-use to Fedora base imageKyle Edwards2022-10-042-0/+53
|
* ci: Revert "add clang-tidy to Debian x86_64 base image"Brad King2022-09-292-24/+0
| | | | | | | | | Revert commit 0ac9ec47f6 (ci: add clang-tidy to Debian x86_64 base image, 2022-09-20). Our clang-tidy job runs under Fedora, and we need the plugin to compile there anyway, so lints like IWYU will best be done in the Fedora image. Issue: #23912
* ci: add clang-tidy to Debian x86_64 base imageKyle Edwards2022-09-222-0/+24
| | | | Issue: #23912
* ci: add support for gitlab-runner 'shell = pwsh' executorBrad King2022-09-123-2/+3
| | | | | Run powershell child scripts using the same powershell tool as the parent script.