summaryrefslogtreecommitdiff
path: root/.github (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ci: run with ubuntu 24.04ci-ubuntu-2404Gravatar Vincent Rischmann2024-12-071-6/+6
|
* ci: don't need submodulesGravatar Vincent Rischmann2024-04-161-2/+0
|
* ci: run the loadable extension test in another jobGravatar Vincent Rischmann2024-04-161-5/+12
|
* ci: don't use -frosettaGravatar Vincent Rischmann2024-04-161-1/+1
|
* ci: run with -fqemu and -frosettaGravatar Vincent Rischmann2024-04-141-0/+13
|
* ci: better outputGravatar Vincent Rischmann2024-04-141-3/+7
|
* ci: run with qemu and wineGravatar Vincent Rischmann2024-04-141-1/+1
|
* ci: reenable windowsGravatar Vincent Rischmann2024-04-141-2/+1
|
* ci: use actions/cache v4Gravatar Vincent Rischmann2024-04-141-1/+1
|
* ci: use actions/checkout v4Gravatar Vincent Rischmann2024-04-141-1/+1
|
* update PR templateGravatar Vincent Rischmann2023-12-231-4/+0
|
* ci: run tests with the -Dci flagGravatar Vincent Rischmann2023-11-261-1/+1
|
* ci: use checkout@v4Gravatar Vincent Rischmann2023-11-261-1/+1
|
* ci: -fsummary has been replacedGravatar Vincent Rischmann2023-06-181-1/+1
|
* ci: always print the summaryGravatar Vincent Rischmann2023-06-041-1/+1
|
* ci: remove redundant run with 22.04Gravatar Vincent Rischmann2023-06-041-1/+1
|
* ci: use checkout@v3Gravatar Vincent Rischmann2023-05-311-2/+2
|
* ci: use setup-zig@v2Gravatar Vincent Rischmann2023-05-311-2/+2
|
* ci: only run the workflow if a zig file is modifiedGravatar Vincent Rischmann2023-05-311-0/+2
|
* update template descriptionGravatar Vincent Rischmann2023-05-311-1/+2
|
* use the new issue template formatGravatar Vincent Rischmann2023-05-312-17/+43
|
* Update issue templatesGravatar Vincent Rischmann2023-05-311-0/+17
|
* add a PR templateGravatar Vincent Rischmann2023-05-311-0/+10
|
* ci: test the loadable extensionGravatar Vincent Rischmann2022-09-181-0/+5
|
* ci: stop testing on ubuntu 18.04Gravatar Vincent Rischmann2022-09-181-1/+1
|
* ci: disable tests for WindowsGravatar Vincent Rischmann2022-09-031-1/+1
| | | | | They fail for some unknown reason, disable until someone has time to debug them.
* ci: disable caching on WindowsGravatar Vincent Rischmann2022-08-211-0/+1
| | | | It's failing for this PR and I don't know why.
* ci: only run the workflow on a push to masterGravatar Vincent Rischmann2022-08-061-0/+1
| | | | | | | | With both `push` and `pull_request` a push to an open PR triggers two redundant builds which we should avoid. This should have minimal impact since I typically open a PR when working on a feature.
* ci: cache the zig cache filesGravatar Vincent Rischmann2022-08-061-0/+8
|
* ci: cancel in progress jobGravatar Vincent Rischmann2022-08-061-0/+4
|
* ci: run the workflow on all changesGravatar Vincent Rischmann2022-08-061-8/+0
|
* 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