summaryrefslogtreecommitdiff
path: root/.github (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ci: also trigger on ref creationGravatar Vincent Rischmann2022-08-021-0/+1
|
* ci: test on macOS 12Gravatar Vincent Rischmann2022-08-021-1/+1
|
* ci: test on all Ubuntu's variantsGravatar Vincent Rischmann2022-08-021-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 filesystemGravatar Vincent Rischmann2021-08-181-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 macOSGravatar Vincent Rischmann2021-08-181-2/+2
|
* actions- add `fail-fast: false` to matrix stepsGravatar Meghan Denny2021-08-111-0/+2
|
* Revert "ci: use vrischmann/checkout@disable-autocrlf"Gravatar Vincent Rischmann2021-07-181-6/+2
| | | | This reverts commit 31caa367f3ea19a3a0a7d8c0a710089b14416d94.
* ci: use vrischmann/checkout@disable-autocrlfGravatar Vincent Rischmann2021-07-121-2/+6
|
* ci: add steps for WindowsGravatar Vincent Rischmann2021-06-061-2/+2
|
* ci: run the actions every dayGravatar Vincent Rischmann2021-05-301-0/+2
|
* ci: remove extraneous jobsGravatar Vincent Rischmann2021-03-231-6/+0
|
* ci: use two different jobs for in-memory/filesystem testsGravatar Vincent Rischmann2021-03-131-5/+21
|
* ci: also trigger the github workflow if C files are modifiedGravatar Vincent Rischmann2021-03-131-0/+4
|
* ci: add a lint GitHub stepGravatar Vincent Rischmann2021-02-271-0/+9
|
* ci: test both in-memory and filesystemGravatar Vincent Rischmann2021-01-241-2/+2
|
* ci: rename is_ci to in_memoryGravatar Vincent Rischmann2020-12-281-1/+4
| | | | also test both modes
* only Linux is supportedGravatar Vincent Rischmann2020-12-221-1/+1
|
* add the github workflowGravatar Vincent Rischmann2020-12-221-0/+30