Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-09-23 | Fix stages in CI configuration | David Robillard | 1 | -1/+13 | |
2023-05-02 | Fix warning_level=everything on MacOS | David Robillard | 1 | -1/+1 | |
2023-05-02 | Add fedora row to CI | David Robillard | 1 | -0/+11 | |
2023-05-02 | Merge debug and release rows on CI | David Robillard | 1 | -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-02 | Replace strict option with new meson warning level | David Robillard | 1 | -14/+14 | |
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-07-20 | Switch to meson build system | David Robillard | 1 | -113/+72 | |
2020-07-17 | Update Gitlab CI configuration | David Robillard | 1 | -48/+22 | |
2020-07-17 | Use Werror on CI | David Robillard | 1 | -10/+10 | |
2019-04-21 | Run verbose tests on CI | David Robillard | 1 | -10/+10 | |
2019-04-21 | Add Gitlab CI configuration | David Robillard | 1 | -0/+184 | |