Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gitlab-ci: Add cmake and ninja to PATH incrementally | Brad King | 2021-10-06 | 1 | -1/+2 |
| | |||||
* | gitlab-ci: update macOS jobs to use Xcode 13.0 | Brad King | 2021-10-05 | 1 | -6/+6 |
| | |||||
* | gitlab-ci: update macOS jobs to use Xcode 12.5 | Brad King | 2021-06-15 | 1 | -6/+6 |
| | |||||
* | gitlab-ci: ignore failing tests for external IDE testing | Ben Boeckel | 2021-03-01 | 1 | -0/+2 |
| | |||||
* | gitlab-ci: update macOS jobs to use Xcode 12.4 | Brad King | 2021-02-25 | 1 | -6/+6 |
| | |||||
* | gitlab-ci: Add macos-arm64 jobs for Ninja and Xcode | Brad King | 2021-02-23 | 1 | -0/+30 |
| | | | | For now, leave these jobs out during merge requests. | ||||
* | gitlab-ci: rename macos build and test jobs to macos-x86_64 | Brad King | 2021-02-23 | 1 | -9/+9 |
| | | | | | This makes room for future equivalents for other architectures. The packaging jobs produce universal binaries, so leave them as-is. | ||||
* | ci: build separate macOS packages for macOS 10.13+ and macOS 10.10+ | Brad King | 2021-01-07 | 1 | -0/+8 |
| | | | | | | | | | | 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: update macOS jobs to use Xcode 12.3 | Brad King | 2021-01-06 | 1 | -4/+4 |
| | |||||
* | ci: do not use sccache for macOS packaging | Brad King | 2020-12-10 | 1 | -5/+0 |
| | | | | It is not compatible with building for multiple architectures. | ||||
* | gitlab-ci: update macOS jobs to use Xcode 12.2 | Brad King | 2020-11-24 | 1 | -4/+4 |
| | |||||
* | gitlab-ci: update macOS jobs to use Xcode 12.0 | Brad King | 2020-11-18 | 1 | -4/+4 |
| | |||||
* | gitlab-ci: re-organize packaging pipeline | Brad King | 2020-09-29 | 1 | -1/+1 |
| | | | | | Move the macOS package build job into the `build` stage. Since it depends on the sphinx doc package job, add a preceding `prep` stage. | ||||
* | sccache: use a different port for CMake builds | Ben Boeckel | 2020-09-28 | 1 | -0/+2 |
| | | | | This avoids server reuse between different projects on the same machine. | ||||
* | gitlab-ci: update macOS jobs to use Xcode 11.7 | Brad King | 2020-09-17 | 1 | -4/+4 |
| | |||||
* | gitlab-ci: add a job to make macOS packages | Ben Boeckel | 2020-09-16 | 1 | -0/+35 |
| | |||||
* | gitlab-ci: split linux and macos shared before scripts | Ben Boeckel | 2020-06-12 | 1 | -1/+35 |
| | | | | | They're not actually the same anyways and the anchors can't be shared between the files. We can figure out refactoring in the future. | ||||
* | gitlab-ci: use `extends` | Ben Boeckel | 2020-06-12 | 1 | -8/+8 |
| | | | | YAML anchors are not supported across include files. | ||||
* | gitlab-ci: split into multiple files | Ben Boeckel | 2020-06-12 | 1 | -0/+81 |
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. |