summaryrefslogtreecommitdiff
path: root/.gitlab
Commit message (Collapse)AuthorAgeFilesLines
* Merge topic 'ci-clang-tidy-headers'Brad King2023-05-175-41/+4
|\ | | | | | | | | | | | | | | | | f24c6ae5b8 ci: Add nlohmann-json to Fedora base image 30e4be0d1b ci: Use distro packaged clang-tidy headers in Fedora base image Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Kyle Edwards <kyle.edwards@kitware.com> Merge-request: !8488
| * ci: Add nlohmann-json to Fedora base imageBrad King2023-05-172-1/+2
| | | | | | | | | | We need version 3.11.2 or higher, which Debian 10 does not package, so leave it out of the Debian base images.
| * ci: Use distro packaged clang-tidy headers in Fedora base imageBrad King2023-05-174-40/+2
| | | | | | | | | | | | Since commit 703f39354e (ci: add clang-tidy development headers to Fedora base image, 2022-08-31, v3.25.0-rc1~215^2), Fedora has added the `clang-tools-extra-devel` package.
* | Merge topic 'ci-msvc-14.36'Brad King2023-05-171-11/+11
|\ \ | | | | | | | | | | | | | | | | | | 888a9c49ff gitlab-ci: Update Windows builds to MSVC 14.36 toolset Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8484
| * | gitlab-ci: Update Windows builds to MSVC 14.36 toolsetBrad King2023-05-161-11/+11
| |/
* | gitlab-ci: update macOS jobs to use Xcode 14.3Brad King2023-05-161-6/+6
|/
* gitlab-ci: Move macOS+Xcode universal binaries job to arm64Brad King2023-05-104-3/+3
| | | | 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-103-2/+2
|
* Merge topic 'ci-macos-package'Brad King2023-05-101-9/+9
|\ | | | | | | | | | | | | 7eeca582ed gitlab-ci: Move macOS packaging jobs to arm64 hosts Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8464
| * gitlab-ci: Move macOS packaging jobs to arm64 hostsBrad King2023-05-091-9/+9
| | | | | | | | Over time we are adding `arm64` hosts and removing `x86_64` hosts.
* | ci: Update to ISPC 1.20.0Brad King2023-05-092-6/+11
|/
* gitlab-ci: Add job testing Intel 2021.9.0 compilers on WindowsBrad King2023-05-014-1/+19
|
* gitlab-ci: Add job testing IntelLLVM 2023.1.0 compilers on WindowsBrad King2023-05-018-0/+79
|
* CPack: Add Inno Setup generatorJannik Alber2023-04-281-0/+1
|
* ci: Provide Inno Setup tools to some Windows CI jobsBrad King2023-04-274-0/+26
|
* ci: Make python available in all Windows test jobsBrad King2023-04-051-0/+1
| | | | Activate test infrastructure that requires python.
* ci: Update to Python 3.11.3 in Windows jobsBrad King2023-04-053-42/+31
| | | | | Use the official embedded distribution `.zip` files, but put copies at URLs we control.
* ci: Factor out initial setup script for Windows external test jobsBrad King2023-04-051-1/+4
| | | | | | On Linux and macOS we use the "before script" for both build and test jobs. On Windows we only want a subset of it, but give it a dedicated helper for consistency.
* ci: De-duplicate Windows test script for NMake jobBrad King2023-04-052-10/+1
| | | | Move job-specific setup to an environment script.
* ci: De-duplicate Windows test script for JOM jobBrad King2023-04-052-13/+4
| | | | Move job-specific setup to an environment script.
* ci: De-duplicate Windows test script for Borland jobsBrad King2023-04-054-12/+5
| | | | Move job-specific setup to environment scripts.
* ci: De-duplicate Windows test script for MSVC v71 NMake jobBrad King2023-04-052-11/+2
| | | | Move job-specific setup to an environment script.
* ci: De-duplicate Windows test script for OpenWatcom jobBrad King2023-04-053-16/+8
| | | | Move job-specific setup to an environment script.
* ci: Patch HDF5 Fortran compiler wrappers in Fedora jobsBrad King2023-03-302-1/+6
| | | | | | | In Fedora's HDF5 packages for OpenMPI and MPICH, the `h5pfc` compiler wrappers for Fortran use the wrong search path for their Fortran modules. Patch them locally in CI jobs until it is fixed in Fedora upstream.
* Merge topic 'ci-FindHDF5'Brad King2023-03-308-4/+57
|\ | | | | | | | | | | | | | | | | | | | | | | d38c752de2 ci: Enable FindHDF5 tests on Linux builds 28c4945a8a ci: Add HDF5 to Debian and Fedora base images ad9e151045 Tests: Add cases covering FindHDF5 variables and imported targets 0e87e6c1a4 Tests: Add FindMPI test environment modification option ee075a53c8 FindHDF5: Record compiler wrapper checks to configure log 72915b1068 FindHDF5: Fix compiler wrapper checks with spaces in path Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8378
| * ci: Enable FindHDF5 tests on Linux buildsBrad King2023-03-293-0/+44
| |
| * ci: Add HDF5 to Debian and Fedora base imagesBrad King2023-03-294-3/+12
| |
| * Tests: Add FindMPI test environment modification optionBrad King2023-03-292-1/+1
| | | | | | | | | | Provide a way to configure an environment specific to this test. Avoid setting the environment globally for it in CI jobs.
* | ci: Enable FindOpenAL test on macOS jobsnega2023-03-293-0/+3
|/
* ci: Enable C++ modules tests with LLVM/Clang 16.0 on WindowsBrad King2023-03-211-0/+4
| | | | This works only with the GNU-like front-end and the Ninja generator.
* ci: Update LLVM/Clang to 16.0 in nightly CI jobs on WindowsBrad King2023-03-211-5/+5
|
* FindwxWidgets: Add an imported targetCheesyNacho102023-03-083-0/+3
|
* ci: Add wxWidgets to Debian and Fedora base imagesBrad King2023-03-084-3/+6
|
* Merge topic 'clang-16-cxx-modules'Brad King2023-03-061-11/+0
|\ | | | | | | | | | | | | | | | | 3fe8e33f27 Clang: Record Clang 16.0 flags for our experimental C++ modules support Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: scivision <michael@scivision.dev> Acked-by: Alex <leha-bot@yandex.ru> Merge-request: !8285
| * Clang: Record Clang 16.0 flags for our experimental C++ modules supportBrad King2023-03-031-11/+0
| | | | | | | | LLVM/Clang 16.0 now contains official support for what CMake needs.
* | Merge topic 'ci-package-pipeline'Brad King2023-03-0118-61/+96
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | 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: Optionally upload release packages to custom URLBrad King2023-02-281-0/+4
| |
| * gitlab-ci: Generalize package and help upload URLsBrad King2023-02-282-6/+6
| |
| * gitlab-ci: Stage unsigned release package artifacts in a dedicated directoryBrad King2023-02-283-1/+13
| | | | | | | | | | | | These artifacts need to be manually signed before distribution. Move them to a dedicated `unsigned/` directory to avoid accidental distribution without signing.
| * gitlab-ci: Simplify Windows packaging pipelineBrad King2023-02-2811-42/+57
| | | | | | | | | | | | | | | | | | | | | | | | 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-284-13/+5
| | | | | | | | Run cpack in a post-build step instead of duplicating the job script.
| * gitlab-ci: add pre-build and post-build steps to WindowsBrad King2023-02-283-0/+10
| | | | | | | | | | | | Apply the approach from commit 372ce5bffe (ci: add pre-build and post-build steps to Linux, 2022-12-05, v3.26.0-rc1~225^2~1) to build jobs on Windows.
| * gitlab-ci: add pre-build and post-build steps to macOSBrad King2023-02-281-0/+2
| | | | | | | | | | | | Apply the approach from commit 372ce5bffe (ci: add pre-build and post-build steps to Linux, 2022-12-05, v3.26.0-rc1~225^2~1) to build jobs on macOS.
* | Merge topic 'gitlab-issue-template'Brad King2023-02-231-0/+9
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | e408157e1b gitlab: Add default issue template Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: scivision <michael@scivision.dev> Acked-by: Marc Chevrier <marc.chevrier@gmail.com> Merge-request: !8244
| * | gitlab: Add default issue templateBrad King2023-02-221-0/+9
| | | | | | | | | | | | | | | | | | Populate issue descriptions by default with a note directing reporters to other resources they should consider using first. Make it a comment so that the content does not actually render in the report not removed.
* | | Merge topic 'ci-msvc-14.35'Brad King2023-02-231-11/+11
|\ \ \ | |/ / |/| / | |/ | | | | | | 9da7009bfc gitlab-ci: Update Windows builds to MSVC 14.35 toolset Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8242
| * gitlab-ci: Update Windows builds to MSVC 14.35 toolsetBrad King2023-02-221-11/+11
| |
* | gitlab-ci: Add nightly jobs covering macOS universal binaries on x86_64Brad King2023-02-215-0/+21
| |
* | Merge topic 'ci-linkcheck'Brad King2023-02-171-0/+9
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | 0787148785 gitlab-ci: Report sphinx logs as artifacts of its lint job 14506f49a2 Utilities/Sphinx: Configure linkcheck allowed permanent redirects 3c5b34af9d Help: Replace links with their permanent redirects 1004be159f FindCUDAToolkit: Replace broken links to NVIDIA documentation Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8210
| * | gitlab-ci: Report sphinx logs as artifacts of its lint jobBrad King2023-02-171-0/+9
| | |