summaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
AgeCommit message (Collapse)AuthorFilesLines
2023-05-02Fix warning_level=everything on MacOSDavid Robillard1-1/+1
2023-05-02Add fedora row to CIDavid Robillard1-0/+11
2023-05-02Merge debug and release rows on CIDavid Robillard1-63/+51
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.
2023-05-02Replace strict option with new meson warning levelDavid Robillard1-14/+14
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-07-20Switch to meson build systemDavid Robillard1-113/+72
2020-07-17Update Gitlab CI configurationDavid Robillard1-48/+22
2020-07-17Use Werror on CIDavid Robillard1-10/+10
2019-04-21Run verbose tests on CIDavid Robillard1-10/+10
2019-04-21Add Gitlab CI configurationDavid Robillard1-0/+184