summaryrefslogtreecommitdiff
path: root/build.zig (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* build: default to in-memory testsGravatar Vincent Rischmann2021-01-241-2/+2
| | | | | | | Now that we use `std.testing.tmpDir` we're actually hitting the disk, which made me realize that the tests run significantly slower than before, because on my system `/tmp` is a tmpfs which is already in memory.
* allow building with the bundled sqlite source codeGravatar Vincent Rischmann2021-01-091-9/+29
|
* build: set the targetGravatar Vincent Rischmann2020-12-311-0/+3
|
* rename is_ci to in_memoryGravatar Vincent Rischmann2020-12-281-2/+2
|
* remove the src directoryGravatar Vincent Rischmann2020-10-241-2/+2
|
* initial commitGravatar Vincent Rischmann2020-10-241-0/+26