summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
Commit message (Collapse)AuthorAgeFilesLines
* gitlab-ci: Move macOS+Xcode universal binaries job to arm64Brad King2023-05-101-5/+5
| | | | Over time we are adding `arm64` hosts and removing `x86_64` hosts.
* gitlab-ci: Move macOS Ninja Multi-Config nightly job to arm64 architectureBrad King2023-05-101-5/+5
|
* Merge topic 'ci-macos-archs'Brad King2023-05-101-7/+7
|\ | | | | | | | | | | | | 03af1c52d6 gitlab-ci: Move some macOS merge request jobs to arm64 hosts Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8465
| * gitlab-ci: Move some macOS merge request jobs to arm64 hostsBrad King2023-05-091-7/+7
| | | | | | | | | | Over time we are adding `arm64` hosts and removing `x86_64` hosts. Switch to using `arm64` for some of the more common jobs.
* | gitlab-ci: Move macOS packaging jobs to arm64 hostsBrad King2023-05-091-2/+2
|/ | | | Over time we are adding `arm64` hosts and removing `x86_64` hosts.
* gitlab-ci: Add job testing Intel 2021.9.0 compilers on WindowsBrad King2023-05-011-0/+15
|
* gitlab-ci: Add job testing IntelLLVM 2023.1.0 compilers on WindowsBrad King2023-05-011-0/+15
|
* gitlab-ci: add jobs testing Intel 2023.1.0 compilers on LinuxBrad King2023-04-261-0/+14
| | | | | Note that the classic compiler version is 2021.9.0, but we still have it in the 2023.1.0 base image.
* ci: De-duplicate Windows test script for NMake jobBrad King2023-04-051-1/+1
| | | | Move job-specific setup to an environment script.
* ci: De-duplicate Windows test script for JOM jobBrad King2023-04-051-1/+1
| | | | Move job-specific setup to an environment script.
* ci: De-duplicate Windows test script for Borland jobsBrad King2023-04-051-2/+2
| | | | Move job-specific setup to environment scripts.
* ci: De-duplicate Windows test script for MSVC v71 NMake jobBrad King2023-04-051-1/+1
| | | | Move job-specific setup to an environment script.
* ci: De-duplicate Windows test script for OpenWatcom jobBrad King2023-04-051-1/+1
| | | | Move job-specific setup to an environment script.
* ci: Update LLVM/Clang to 16.0 in nightly CI jobs on WindowsBrad King2023-03-211-8/+8
|
* Merge topic 'ci-package-pipeline'Brad King2023-03-011-55/+11
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | 7c60a2625d gitlab-ci: Optionally upload release packages to custom URL fc8a981893 gitlab-ci: Generalize package and help upload URLs f73649823b gitlab-ci: Stage unsigned release package artifacts in a dedicated directory 0929221ca3 gitlab-ci: Simplify Windows packaging pipeline ce2e825306 gitlab-ci: Simplify macOS packaging jobs 05531a7c4e gitlab-ci: add pre-build and post-build steps to Windows 5ab92d8e71 gitlab-ci: add pre-build and post-build steps to macOS Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !8266
| * gitlab-ci: Simplify Windows packaging pipelineBrad King2023-02-281-53/+9
| | | | | | | | | | | | | | | | | | | | | | | | In commit 4c7c66dcf5 (gitlab-ci: Add jobs to make Windows x86_64 and i386 packages, 2022-05-19, v3.24.0-rc1~112^2) we used a separate Windows packaging job in nightly packaging pipelines. It did not run in release pipelines, where we need to run the final packaging step manually with signing. Simplify nightly packaging pipelines by running `cpack` at the end of the build job as we do for other platforms. For release packaging pipelines, create an archive of the files needed to build a package, and present this as the built "package" on Windows.
| * gitlab-ci: Simplify macOS packaging jobsBrad King2023-02-281-2/+2
| | | | | | | | Run cpack in a post-build step instead of duplicating the job script.
* | gitlab-ci: Add nightly jobs covering macOS universal binaries on x86_64Brad King2023-02-211-0/+28
| |
* | gitlab-ci: Report sphinx logs as artifacts of its lint jobBrad King2023-02-171-0/+1
|/
* gitlab-ci: add jobs testing Intel 2023.0.0 compilers on LinuxBrad King2023-01-271-0/+14
| | | | | Note that the classic compiler version is 2021.8.0, but we still have it in the 2023.0.0 base image.
* Merge topic 'ci-nvhpc'Brad King2022-12-071-1/+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-061-1/+1
| | | | | | | | Fixes: #24225
* | Merge topic 'ci-cuda-no-static'Brad King2022-12-071-0/+10
|\ \ | |/ |/| | | | | | | | | 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-061-0/+10
| | | | | | | | | | | | | | 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.
* | gitlab-ci: add CI jobs for Clang with C++20 modulesBen Boeckel2022-12-021-0/+20
|/
* gitlab-ci: drop unnecessary linux kernel version tagBrad King2022-11-301-16/+16
| | | | | All our CI hosts now have Linux kernel version 3.17 or higher, so we no longer need a dedicated tag.
* gitlab-ci: rename tag configuration entries to start in '$os_$arch_tags'Brad King2022-11-301-62/+62
| | | | | This groups their definitions nicely, and makes their purpose more clear from reference sites.
* gitlab-ci: remove unnecessary component of configuration entry namesBrad King2022-11-301-48/+48
| | | | | The '_builder' part of tag entry names is not useful with our current naming conventions.
* gitlab-ci: add nightly job testing NVHPC with Ninja on LinuxBrad King2022-11-281-0/+10
|
* gitlab-ci: add jobs to test with Clang and LLVMFlang on FedoraBrad King2022-11-181-0/+20
| | | | | | | | | | | | 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-171-30/+30
|
* gitlab-ci: Fix rules for running two dependent test jobsBrad King2022-11-171-2/+2
|
* ci: add macos-x86_64-ninja build and test jobs to continuous pipelineBrad King2022-11-151-0/+3
|
* gitlab-ci: Add windows-arm64 native jobs for Ninja and VSBrad King2022-11-111-1/+43
| | | | | | | Add Windows ARM64 native CI jobs to build and test with Ninja, and to test with VS. Issue: #23624
* Merge topic 'ci-msvc-14.34'Brad King2022-11-111-6/+6
|\ | | | | | | | | | | | | | | bd5176abac gitlab-ci: Update Windows packaging builds to MSVC 14.34 toolset ccdff280f4 gitlab-ci: Update Windows non-packaging builds to MSVC 14.34 toolset Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7891
| * gitlab-ci: Update Windows packaging builds to MSVC 14.34 toolsetBrad King2022-11-101-6/+6
| | | | | | | | | | | | | | | | | | | | Problems with `cmake-gui` when compiled with the MSVC 14.33 toolset, that did not occur with the MSVC 14.32 toolset, no longer occur with the MSVC 14.34 toolset. Revert commit cb8b27a901 (gitlab-ci: Use separate MSVC toolset specification for packaging jobs, 2022-08-18, v3.24.2~24^2~1) and update the remaining toolset version references. Fixes: #23859
* | Merge topic 'ci-clang15-windows'Brad King2022-11-111-12/+12
|\ \ | |/ | | | | | | | | | | | | | | | | | | 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-8/+8
| |
| * ci: Simplify LLVM/Clang CI job specs on WindowsBrad King2022-11-101-4/+4
| | | | | | | | | | Move environment setup to job-specific scripts so we can reuse the common `.cmake_test_windows_external` code path.
* | ci: add MSYS Makefiles nightly CI jobBrad King2022-11-021-0/+14
| | | | | | | | Use the MinGW/MSYS 1.0 distribution from `mingw.osdn.io`.
* | ci: add MinGW Makefiles nightly CI jobBrad King2022-11-021-0/+14
|/ | | | Use the MinGW/MSYS 1.0 distribution from `mingw.osdn.io`.
* gitlab-ci: add jobs testing Intel 2022.2.0 compilers on LinuxBrad King2022-10-031-0/+14
| | | | | Note that the classic compiler version is 2021.7.0, but we still have it in the 2022.2.0 base image.
* Merge topic 'ci-msvc-14.33'Brad King2022-08-221-6/+6
|\ | | | | | | | | | | | | | | b87645b6a5 gitlab-ci: Update non-packaging Windows builds to MSVC 14.33 toolset cb8b27a901 gitlab-ci: Use separate MSVC toolset specification for packaging jobs Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7597
| * gitlab-ci: Use separate MSVC toolset specification for packaging jobsBrad King2022-08-191-6/+6
| | | | | | | | | | | | | | This will be useful for testing CMake with one version of MSVC while packaging the official binaries with another version. Issue: #23859
* | gitlab-ci: add jobs to test CMake with external dependencies on LinuxBrad King2022-08-181-0/+27
| | | | | | | | | | Test that CMake works without its bundled dependencies. For some dependencies, test using the minimum supported version.
* | Merge topic 'cpp-named-module-file-sets'Brad King2022-06-171-0/+20
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | 07bc3b07ec gitlab-ci: test C++ modules using GCC 1b2270aa4e ci: add a Docker image to test out C++ modules with GCC 8c5a53096a Tests/RunCMake/CXXModules: add module-using examples 4151547e2f cmGlobalNinjaGenerator: use `cmModuleMapper` implementation b43bdaff3c cmCxxModuleMapper: implement support for GCC's module map format 02d0f0e752 cmCxxModuleMapper: add source to handle module mapper contents a046a45aad cmGlobalNinjaGenerator: add a TODO for header units 386465bf83 cmTarget: add support for C++ module fileset types ... Acked-by: Kitware Robot <kwrobot@kitware.com> Tested-by: buildbot <buildbot@kitware.com> Merge-request: !7369
| * gitlab-ci: test C++ modules using GCCBen Boeckel2022-06-161-0/+20
| |
* | gitlab-ci: Add jobs to package and upload Windows arm64 nightly binariesBrad King2022-06-141-0/+23
|/ | | | | | | | | Follow up commit 7a21173b0e (gitlab-ci: Add job to build Windows arm64 binaries, 2022-06-13, v3.24.0-rc1~4^2~1). Base the package and upload jobs on the approach from commit 4c7c66dcf5 (gitlab-ci: Add jobs to make Windows x86_64 and i386 packages, 2022-05-19). Issue: #21902
* gitlab-ci: Add job to build Windows arm64 binariesBrad King2022-06-131-0/+14
| | | | | | | | | | Base it on the approach from commit 4c7c66dcf5 (gitlab-ci: Add jobs to make Windows x86_64 and i386 packages, 2022-05-19). Leave out the packaging and upload steps for now because they are only for the nightly binaries, and will need a new release of CPack to pass the `arm64` architecture to WiX. Issue: #21902
* gitlab-ci: add nightly job testing Ninja Multi-Config on WindowsBrad King2022-06-071-0/+14
|