| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | ci: also trigger on ref creation | 2022-08-02 | 1 | -0/+1 | |
| | | |||||
| * | ci: test on macOS 12 | 2022-08-02 | 1 | -1/+1 | |
| | | |||||
| * | ci: test on all Ubuntu's variants | 2022-08-02 | 1 | -1/+1 | |
| | | | | | | | | Ubuntu 18.04 actually uses SQLite 3.22.x and as seen in 530feae7884ae5942c50cba30a307ddbcd767402 the SQLITE_DIRECTONLY flag doesn't exist until SQLite 3.30.0. If we had tested with Ubuntu 18.04 we would have caught this earlier. | ||||
| * | ci: stop testing both memory and filesystem | 2021-08-18 | 1 | -17/+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: enable macOS | 2021-08-18 | 1 | -2/+2 | |
| | | |||||
| * | actions- add `fail-fast: false` to matrix steps | 2021-08-11 | 1 | -0/+2 | |
| | | |||||
| * | Revert "ci: use vrischmann/checkout@disable-autocrlf" | 2021-07-18 | 1 | -6/+2 | |
| | | | | | This reverts commit 31caa367f3ea19a3a0a7d8c0a710089b14416d94. | ||||
| * | ci: use vrischmann/checkout@disable-autocrlf | 2021-07-12 | 1 | -2/+6 | |
| | | |||||
| * | ci: add steps for Windows | 2021-06-06 | 1 | -2/+2 | |
| | | |||||
| * | ci: run the actions every day | 2021-05-30 | 1 | -0/+2 | |
| | | |||||
| * | ci: remove extraneous jobs | 2021-03-23 | 1 | -6/+0 | |
| | | |||||
| * | ci: use two different jobs for in-memory/filesystem tests | 2021-03-13 | 1 | -5/+21 | |
| | | |||||
| * | ci: also trigger the github workflow if C files are modified | 2021-03-13 | 1 | -0/+4 | |
| | | |||||
| * | ci: add a lint GitHub step | 2021-02-27 | 1 | -0/+9 | |
| | | |||||
| * | ci: test both in-memory and filesystem | 2021-01-24 | 1 | -2/+2 | |
| | | |||||
| * | ci: rename is_ci to in_memory | 2020-12-28 | 1 | -1/+4 | |
| | | | | | also test both modes | ||||
| * | only Linux is supported | 2020-12-22 | 1 | -1/+1 | |
| | | |||||
| * | add the github workflow | 2020-12-22 | 1 | -0/+30 | |