Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-05-02 | Fix warning_level=everything on MacOS | David Robillard | 1 | -1/+1 | |
2023-04-30 | Merge debug and release rows on CI | David Robillard | 1 | -96/+69 | |
Although this parallelizes more or less perfectly, it's much less expensive overall to combine the builds. Spinning up images is expensive, and we're not in that much of a hurry. Being cheaper overall, this speeds up the sequential local test run significantly. | |||||
2022-09-08 | Use 0BSD for trivial "public domain intent" things | David Robillard | 1 | -1/+1 | |
Fedora takes issue with CC0. Although it doesn't really matter for this stuff (dual licensed anyway, questionably "software", certainly not patentable, and so on), this is simpler and more consistent with the ISC license used for the actual software anyway. | |||||
2022-09-08 | Adopt REUSE machine-readable licensing standard | David Robillard | 1 | -0/+3 | |
2022-07-17 | Switch to meson build system | David Robillard | 1 | -54/+127 | |
2022-05-11 | Update CI configuration for bullseye | David Robillard | 1 | -76/+12 | |
2020-07-18 | Fix CI configuration | David Robillard | 1 | -6/+1 | |
2020-07-16 | Only upload pages for master | David Robillard | 1 | -0/+2 | |
2020-07-16 | Use ultra-strict warnings and Werror on CI | David Robillard | 1 | -10/+10 | |
2020-03-17 | Disable CI pages rule for merge requests | David Robillard | 1 | -1/+4 | |
2020-02-09 | Use "needs" instead of "dependencies" for CI order definition | David Robillard | 1 | -11/+11 | |
This should allow things to run in parallel across stages. | |||||
2020-02-09 | Add tags to Windows builds to exclude Gitlab shared runners | David Robillard | 1 | -4/+4 | |
Gitlab now has shared Windows runners, which is cool, but unfortunately they don't have Python, so they are useless here and will cause failed builds if they pick up the job. | |||||
2020-02-09 | Use terser lists in Gitlab CI configuration | David Robillard | 1 | -53/+25 | |
2019-04-21 | Switch to using a submodule for autowaf | David Robillard | 1 | -0/+3 | |
2019-04-20 | Use fine-grained Docker images for CI | David Robillard | 1 | -31/+31 | |
2019-04-16 | Publish code coverage page | David Robillard | 1 | -0/+14 | |
2019-04-14 | Improve CI configuration | David Robillard | 1 | -14/+150 | |
2019-01-10 | Add Gitlab CI configuration | David Robillard | 1 | -0/+31 | |