summaryrefslogtreecommitdiff
path: root/.builds/debian-stable-amd64.yml
diff options
context:
space:
mode:
Diffstat (limited to '.builds/debian-stable-amd64.yml')
-rw-r--r--.builds/debian-stable-amd64.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.builds/debian-stable-amd64.yml b/.builds/debian-stable-amd64.yml
index 7fc831c..5d80c5b 100644
--- a/.builds/debian-stable-amd64.yml
+++ b/.builds/debian-stable-amd64.yml
@@ -4,6 +4,7 @@ packages:
4 - curl 4 - curl
5 - jq 5 - jq
6 - libsqlite3-dev 6 - libsqlite3-dev
7 - qemu-user-binfmt
7sources: 8sources:
8 - https://github.com/vrischmann/zig-sqlite 9 - https://github.com/vrischmann/zig-sqlite
9secrets: 10secrets:
@@ -24,3 +25,11 @@ tasks:
24 - test_filesystem: | 25 - test_filesystem: |
25 cd zig-sqlite 26 cd zig-sqlite
26 TERM=dumb zig build test -Din_memory=false 27 TERM=dumb zig build test -Din_memory=false
28
29 - test_in_memory_with_qemu: |
30 cd zig-sqlite
31 TERM=dumb zig build test -Din_memory=true -Denable_qemu=true
32
33 - test_filesystem_with_qemu: |
34 cd zig-sqlite
35 TERM=dumb zig build test -Din_memory=false -Denable_qemu=true