aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
AgeCommit message (Collapse)AuthorFilesLines
2023-05-02Fix warning_level=everything on MacOSDavid Robillard1-1/+1
2023-04-30Merge debug and release rows on CIDavid Robillard1-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-08Use 0BSD for trivial "public domain intent" thingsDavid Robillard1-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-08Adopt REUSE machine-readable licensing standardDavid Robillard1-0/+3
2022-07-17Switch to meson build systemDavid Robillard1-54/+127
2022-05-11Update CI configuration for bullseyeDavid Robillard1-76/+12
2020-07-18Fix CI configurationDavid Robillard1-6/+1
2020-07-16Only upload pages for masterDavid Robillard1-0/+2
2020-07-16Use ultra-strict warnings and Werror on CIDavid Robillard1-10/+10
2020-03-17Disable CI pages rule for merge requestsDavid Robillard1-1/+4
2020-02-09Use "needs" instead of "dependencies" for CI order definitionDavid Robillard1-11/+11
This should allow things to run in parallel across stages.
2020-02-09Add tags to Windows builds to exclude Gitlab shared runnersDavid Robillard1-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-09Use terser lists in Gitlab CI configurationDavid Robillard1-53/+25
2019-04-21Switch to using a submodule for autowafDavid Robillard1-0/+3
2019-04-20Use fine-grained Docker images for CIDavid Robillard1-31/+31
2019-04-16Publish code coverage pageDavid Robillard1-0/+14
2019-04-14Improve CI configurationDavid Robillard1-14/+150
2019-01-10Add Gitlab CI configurationDavid Robillard1-0/+31