summaryrefslogtreecommitdiff
path: root/build.zig (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* build: fix building _without_ the bundled source codeGravatar Vincent Rischmann2021-03-131-6/+11
|
* build: fix building with glibcGravatar Vincent Rischmann2021-03-131-1/+21
| | | | | sqlite3 requires at least glibc 2.28 from my testing; prevent building the tests using anything below that.
* Move c-sources to c folderGravatar data-man2021-03-131-3/+3
|
* build: add the dbfile optionGravatar Vincent Rischmann2021-01-311-0/+2
|
* 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