| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | ci: replace cmake script with bash script (#22246) | dundargoc | 2023-02-13 |
| | | | | | Bash has better error handling than cmake, and seem overall slightly more suited to scripting than cmake. | ||
| * | ci: install dependencies with a single script (#22241) | dundargoc | 2023-02-12 |
| | | | | It's easier if the os-specific installations are done by the script itself | ||
| * | ci: remove unnecessary matrix from codeql workflow (#22239) | dundargoc | 2023-02-12 |
| | | |||
| * | ci: inline external environment scripts (#22237) | dundargoc | 2023-02-12 |
| | | | | | Scripts that define the build itself shouldn't be external as they lead to hard to find bugs. | ||
| * | ci: use shell script to deduplicate workflow (#21079) | dundargoc | 2022-12-05 |
| | | |||
| * | ci: rename workflow files to be simpler and more consistent (#21253) | dundargoc | 2022-12-01 |