Brad King
8efb06190c
gitlab-ci: Drop package pipeline upload jobs for release branch
The package pipeline for release versions should not upload packages
automatically to our archive of nightly development versions.
4 years ago
Brad King
c76abba044
gitlab-ci: update to Fedora 35 base images
4 years ago
Ben Boeckel
7d5828e293
gitlab-ci: shorten job prefixes
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
4 years ago
Ben Boeckel
cfa478e518
gitlab-ci: fix comment typo
4 years ago
Ben Boeckel
c0d8e42a08
gitlab-ci: shorten job prefixes
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
4 years ago
Ben Boeckel
3c2fedfeaf
gitlab-ci: fix comment typo
4 years ago
Brad King
3b9975d9b5
ci: Add JOM nightly CI job
4 years ago
Brad King
ec68e3c5c6
ci: Add NMake nightly CI job
4 years ago
Brad King
99c335c8e8
gitlab-ci: Clarify MSVC v71 job script config block name
Rename `cmake_test_windows_{nmake => msvc}` since it fetches MSVC,
not NMake.
4 years ago
Brad King
3d4073b129
gitlab-ci: Try upstream ninja development branch in a Windows nightly job
4 years ago
Brad King
e731afd8b3
ci: Add VS 2019 nightly CI jobs
Now that the primary VS jobs have been converted to VS 2022,
add nightly CI jobs to cover VS 2019.
4 years ago
Brad King
b63a87582f
gitlab-ci: Update Windows jobs to VS 2022
4 years ago
Brad King
190d2b5d55
gitlab-ci: Update Windows jobs to VS 2022
4 years ago
Brad King
ac32794983
gitlab-ci: Re-organize Windows job tags
Name the tag groups based on the VS version needed.
4 years ago
Brad King
39bdb1e332
gitlab-ci: Re-organize Windows job tags
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.
4 years ago
Brad King
11903f1b5f
ci: Add MSVC v71 NMake nightly CI job
4 years ago
Brad King
14f2dbad03
ci: Add Open Watcom 1.9 nightly CI job
4 years ago
Brad King
45d02c9fdc
ci: Add Borland 5.5 and 5.8 nightly CI jobs
4 years ago
Brad King
3068ea834f
Begin post-3.22 development
4 years ago
Brad King
e137ce0a52
gitlab-ci: Drop package pipeline upload jobs for release branch
The package pipeline for release versions should not upload packages
automatically to our archive of nightly development versions.
4 years ago
Brad King
915ef42cab
gitlab-ci: Fix asan test job rules
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).
4 years ago
Brad King
b5a59251cb
gitlab-ci: Try upstream ninja development branch in some nightly jobs
4 years ago
Brad King
71ab24015f
gitlab-ci: add job testing hip4.2 with Ninja Multi-Config
4 years ago
Brad King
6b0b6efc75
gitlab-ci: add job testing cuda9.2 with Ninja Multi-Config
4 years ago
Ben Boeckel
cb5c03ed04
gitlab-ci: upload JUnit reports for builds
GitLab can render test results which come from JUnit files and inform
which tests have started failing on an MR.
4 years ago
Brad King
11695f5985
Begin post-3.21 development
4 years ago
Brad King
f52b5aba20
gitlab-ci: Drop package pipeline upload jobs for release branch
The package pipeline for release versions should not upload packages
automatically to our archive of nightly development versions.
4 years ago
Brad King
886a97cbe7
gitlab-ci: add job to test with clang-7 and ninja on debian10
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.
4 years ago
Brad King
f7af01efb6
gitlab-ci: add job testing cuda10.2 with clang 11
4 years ago
Brad King
369725faa5
gitlab-ci: add job to run CPack RPM tests
Run tests on Fedora in a path without spaces so the RPM tests activate.
4 years ago
Brad King
20bc209a0c
gitlab-ci: add clang asan job
4 years ago
Brad King
7e5e558d0f
gitlab-ci: add job to test with clang-7 on debian10
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).
4 years ago
Brad King
da14f4e19e
gitlab-ci: add job to build with clang-analyzer
Update the exceptions in `CTestCustom.cmake.in` to match this job's
needs. Drop exceptions needed only by our previous nightly build.
4 years ago
Brad King
bca69d4272
gitlab-ci: add codespell lint job
4 years ago
Brad King
bf35f3848a
gitlab-ci: rename lint builds to start in lint:
4 years ago
Brad King
89478e643f
gitlab-ci: update to Fedora 34 base images
4 years ago
Brad King
a5a4b0b6ab
gitlab-ci: add jobs to upload cmake.org/cmake/help/git-{master,stage} docs
4 years ago
Brad King
354ae6fe2e
gitlab-ci: add jobs to build cmake.org/cmake/help/git-{master,stage} docs
4 years ago
Brad King
eb7cbb577e
gitlab-ci: clarify name of rsync upload block for binaries
4 years ago
Brad King
8f03c24bfc
gitlab-ci: add jobs testing Intel 2021.2.0 compilers on Linux
4 years ago
Brad King
d1b23dd468
gitlab-ci: update Intel Compiler base image tag naming convention
4 years ago
Brad King
1610c0f034
gitlab-ci: add jobs testing Intel oneAPI compilers on Linux
4 years ago
Brad King
c076833310
gitlab-ci: add jobs testing Intel Classic compilers on Linux
4 years ago
Brad King
5ea928d9d2
gitlab-ci: factor out job dependencies on release-style binaries
4 years ago
Brad King
397ced99d7
gitlab-ci: Add macos-arm64 jobs for Ninja and Xcode
For now, leave these jobs out during merge requests.
5 years ago
Brad King
0755c2ffbb
gitlab-ci: rename macos build and test jobs to macos-x86_64
This makes room for future equivalents for other architectures.
The packaging jobs produce universal binaries, so leave them as-is.
5 years ago
Brad King
693f4c70ff
Begin post-3.20 development
5 years ago
Brad King
809b114979
gitlab-ci: Drop package pipeline upload jobs for release branch
The package pipeline for release versions should not upload packages
automatically to our archive of nightly development versions.
5 years ago
Brad King
430224b6e8
gitlab-ci: add test:debian10-aarch64-ninja job
5 years ago
Brad King
300a91d42d
gitlab-ci: add build:centos7-aarch64 job
Test building our release for the `aarch64` architecture.
For now, leave this job out during merge requests.
5 years ago