| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | ci: remove the debian amd64 build | 2021-10-23 | 1 | -25/+0 | |
| | | | | | | | | | amd64 on a "standard" distribution using gblic is already tested with Ubuntu using GitHub Actions. The plan for the CI is to switch to GitHub Actions completely when and where possible. | ||||
| * | ci: stop testing both memory and filesystem | 2021-08-18 | 1 | -8/+0 | |
| | | | | | | | | | | We don't do much when choosing in memory or not, sqlite does all the work of managing the data, so there's not much point for us testing both modes. This will also have the benefit of reducing the time needed to run the CI, especially for aarch64 which is super slow. | ||||
| * | ci: cleanup | 2021-06-09 | 1 | -2/+0 | |
| | | |||||
| * | ci: run the tests with qemu too | 2021-06-07 | 1 | -0/+9 | |
| | | |||||
| * | ci: remove extraneous jobs | 2021-03-23 | 1 | -4/+0 | |
| | | |||||
| * | ci: enable the bundled test | 2021-03-13 | 1 | -5/+3 | |
| | | |||||
| * | ci: test both in-memory and filesystem | 2021-01-24 | 1 | -5/+5 | |
| | | |||||
| * | ci: disable the bundled test on Debian | 2021-01-09 | 1 | -3/+5 | |
| | | |||||
| * | ci: test with the bundled source too | 2021-01-09 | 1 | -0/+4 | |
| | | |||||
| * | ci: use the github repo | 2020-12-30 | 1 | -1/+1 | |
| | | |||||
| * | ci: stop sending an email on failure | 2020-12-29 | 1 | -5/+0 | |
| | | |||||
| * | ci: rename is_ci to in_memory | 2020-12-28 | 1 | -1/+6 | |
| | | | | | also test both modes | ||||
| * | ci: add the ssh key secret | 2020-10-24 | 1 | -1/+2 | |
| | | |||||
| * | add ci stuff | 2020-10-24 | 1 | -0/+25 | |