Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-16 | rewrite tests (#515) | William Hubbs | |
* rewrite tests to work with meson This ports our tests to meson and makes them able to be run in parallel. * add tests to ci * rewrite test/check-trailing-newlines in bash This test was using a GNU sed command which does not work on Alpine Linux. | |||
2021-12-30 | use meson in cirrus ci | William Hubbs | |
2021-12-20 | use HEAD in git URIs to point to the default branch | Mike Frysinger | |
This makes the URIs shorter and dynamic: whatever the default branch the repo uses will be used. | |||
2019-02-22 | move ci scripts to their own directory | William Hubbs | |
This fixes #296. |