summaryrefslogtreecommitdiff
path: root/.builds/debian-stable-aarch64.yml
diff options
context:
space:
mode:
authorGravatar Vincent Rischmann2021-01-24 01:18:37 +0100
committerGravatar Vincent Rischmann2021-01-24 01:23:09 +0100
commit7fc475de3f7f27ba8ee447ae9dc80898bcabf4fd (patch)
tree8eadeaad1ab8440d104d3d66952d8377bbdaa9d0 /.builds/debian-stable-aarch64.yml
parentbuild: default to in-memory tests (diff)
downloadzig-sqlite-7fc475de3f7f27ba8ee447ae9dc80898bcabf4fd.tar.gz
zig-sqlite-7fc475de3f7f27ba8ee447ae9dc80898bcabf4fd.tar.xz
zig-sqlite-7fc475de3f7f27ba8ee447ae9dc80898bcabf4fd.zip
ci: test both in-memory and filesystem
Diffstat (limited to '.builds/debian-stable-aarch64.yml')
-rw-r--r--.builds/debian-stable-aarch64.yml8
1 files changed, 6 insertions, 2 deletions
diff --git a/.builds/debian-stable-aarch64.yml b/.builds/debian-stable-aarch64.yml
index c317494..1204536 100644
--- a/.builds/debian-stable-aarch64.yml
+++ b/.builds/debian-stable-aarch64.yml
@@ -17,6 +17,10 @@ tasks:
17 mv ~/zig-linux-* ~/zig-master 17 mv ~/zig-linux-* ~/zig-master
18 echo "export PATH=$PATH:~/zig-master" >> ~/.buildenv 18 echo "export PATH=$PATH:~/zig-master" >> ~/.buildenv
19 19
20 - test: | 20 - test_filesystem: |
21 cd zig-sqlite 21 cd zig-sqlite
22 TERM=dumb zig build test 22 TERM=dumb zig build test -Din_memory=false
23
24 - test_filesystem_with_bundled_library: |
25 cd zig-sqlite
26 TERM=dumb zig build test -Din_memory=false -Duse_bundled