Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gitlab-ci: upload JUnit reports for builds | Ben Boeckel | 2021-06-30 | 1 | -0/+11 |
| | | | | | GitLab can render test results which come from JUnit files and inform which tests have started failing on an MR. | ||||
* | gitlab-ci: add jobs to build cmake.org/cmake/help/git-{master,stage} docs | Brad King | 2021-05-07 | 1 | -0/+9 |
| | |||||
* | gitlab-ci: always upload test and release artifacts | Ben Boeckel | 2021-03-01 | 1 | -0/+4 |
| | |||||
* | Utilities/Release: Rename Linux packages to 'linux-$arch' | Brad King | 2021-01-25 | 1 | -2/+2 |
| | |||||
* | ci: build separate macOS packages for macOS 10.13+ and macOS 10.10+ | Brad King | 2021-01-07 | 1 | -1/+1 |
| | | | | | | | | | | In order to support modern macOS features like Dark Mode, we need to use Qt 5.15, which requires macOS 10.13. However, we still want to support macOS 10.10 as well, for which we need to use Qt 5.9. Build separate macOS packages for these use cases. Fixes: #21606 Issue: #20825 | ||||
* | gitlab-ci: add jobs to make Linux release packages for aarch64 on 3.19 branch | Hi Key | 2020-12-22 | 1 | -0/+1 |
| | |||||
* | ci: update macOS package to produce universal binaries | Brad King | 2020-12-10 | 1 | -1/+1 |
| | | | | | | | | Update our deployment target to macOS 10.10. This is required by Qt 5.9. Fixes: #21565 Issue: #20825 | ||||
* | gitlab-ci: add FortranC test directory to the artifacts | Ben Boeckel | 2020-10-06 | 1 | -0/+1 |
| | |||||
* | gitlab-ci: add a job to make source packages | Brad King | 2020-09-29 | 1 | -0/+3 |
| | |||||
* | gitlab-ci: Add GUI testing to each OS | Kyle Edwards | 2020-09-23 | 1 | -0/+1 |
| | |||||
* | gitlab-ci: add a job to make macOS packages | Ben Boeckel | 2020-09-16 | 1 | -0/+1 |
| | |||||
* | gitlab-ci: add a job to make a doc "bundle" | Ben Boeckel | 2020-09-16 | 1 | -0/+7 |
| | | | | | This can be added to any other platform's package by reusing the artifact. | ||||
* | Tests: Add cases for CTest cuda-memcheck parser | Tobias Ribizel | 2020-07-09 | 1 | -0/+2 |
| | |||||
* | gitlab-ci: use `extends` | Ben Boeckel | 2020-06-12 | 1 | -3/+3 |
| | | | | YAML anchors are not supported across include files. | ||||
* | gitlab-ci: split into multiple files | Ben Boeckel | 2020-06-12 | 1 | -0/+79 |
Also add comments for sections to make it easier to figure out what's going on. Also rename the `cmake_test_unix_package` to be Linux-specific since it actually is. |