Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gitlab-ci: replace 'linux' tags with 'linux-x86_64' in upload jobs | Brad King | 2022-12-01 | 1 | -2/+2 |
| | | | | | These were missed by commit 94d82d91d5 (gitlab-ci: replace 'linux' tags with 'linux-x86_64', 2022-11-30). | ||||
* | gitlab-ci: use Fedora 37 images and environments | Brad King | 2022-11-17 | 1 | -2/+2 |
| | |||||
* | gitlab-ci: use Fedora 36 images and environments | Ben Boeckel | 2022-05-24 | 1 | -2/+2 |
| | |||||
* | Merge topic 'ci-release-manual' | Brad King | 2022-04-05 | 1 | -3/+2 |
|\ | | | | | | | | | | | | | | | | | eb410615f2 gitlab-ci: start release package pipelines manually 3a90800a9c gitlab-ci: simplify package pipeline job conditions 9a1b301c85 gitlab-ci: add sanity check to upload jobs Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7143 | ||||
| * | gitlab-ci: simplify package pipeline job conditions | Brad King | 2022-04-05 | 1 | -3/+0 |
| | | | | | | | | | | Use the job stage to distinguish upload jobs instead of an explicit variable. | ||||
| * | gitlab-ci: add sanity check to upload jobs | Brad King | 2022-04-05 | 1 | -0/+2 |
| | | | | | | | | Ensure that the upload destination is not empty. | ||||
* | | Merge branch 'backport-3.22-ci-package-uploads' into ci-package-uploads | Brad King | 2022-04-04 | 1 | -1/+4 |
|\ \ | |/ | |||||
| * | gitlab-ci: distinguish release and development pipeline schedules | Brad King | 2022-04-04 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | Redefine the `CMAKE_CI_PACKAGE` pipeline schedule variable to indicate whether it is for a development version (`dev`) or a release version (`v[0-9]...`). Use this to automatically turn package upload jobs on or off without having to edit the jobs in `.gitlab-ci.yml` for release branches. | ||||
| * | gitlab-ci: clarify name of package upload job template | Brad King | 2022-04-04 | 1 | -1/+1 |
| | | | | | | | | The template is used to upload both source and binary packages. | ||||
* | | gitlab-ci: update to Fedora 35 for upload jobs | Brad King | 2022-02-01 | 1 | -2/+2 |
|/ | |||||
* | gitlab-ci: update to Fedora 34 for upload jobs | Brad King | 2021-05-12 | 1 | -2/+4 |
| | | | | Also add 'cmake' tag to match the rest of our jobs. | ||||
* | gitlab-ci: add jobs to upload cmake.org/cmake/help/git-{master,stage} docs | Brad King | 2021-05-07 | 1 | -0/+17 |
| | |||||
* | gitlab-ci: clarify name of rsync upload block for binaries | Brad King | 2021-05-07 | 1 | -1/+1 |
| | |||||
* | gitlab-ci: update upload jobs to go to cmake.org | Brad King | 2021-01-07 | 1 | -1/+1 |
| | | | | | Upload binaries to `cmake.org` through its own name rather than through the `public.kitware.com` alias. | ||||
* | gitlab-ci: reduce verbosity of binary upload | Brad King | 2020-09-17 | 1 | -1/+1 |
| | | | | Tell `ssh` not to print informational messages. | ||||
* | gitlab-ci: add a job to upload macOS binaries | Ben Boeckel | 2020-09-16 | 1 | -0/+18 |