summaryrefslogtreecommitdiff
path: root/.builds/debian-stable-amd64.yml
diff options
context:
space:
mode:
authorGravatar Vincent Rischmann2021-03-23 20:34:44 +0100
committerGravatar GitHub2021-03-23 20:34:44 +0100
commit5a4b11855a8420212b281e2bb08e7c97f0eee62d (patch)
tree60d652773ebe0cf99796714ed0ca349d3b36b9b9 /.builds/debian-stable-amd64.yml
parentMerge pull request #22 from data-man/sqlite_fresh (diff)
parentci: remove extraneous jobs (diff)
downloadzig-sqlite-5a4b11855a8420212b281e2bb08e7c97f0eee62d.tar.gz
zig-sqlite-5a4b11855a8420212b281e2bb08e7c97f0eee62d.tar.xz
zig-sqlite-5a4b11855a8420212b281e2bb08e7c97f0eee62d.zip
Merge pull request #23 from vrischmann/cross-compile-tests
Rework test runner script
Diffstat (limited to '.builds/debian-stable-amd64.yml')
-rw-r--r--.builds/debian-stable-amd64.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.builds/debian-stable-amd64.yml b/.builds/debian-stable-amd64.yml
index 813f8e3..7fc831c 100644
--- a/.builds/debian-stable-amd64.yml
+++ b/.builds/debian-stable-amd64.yml
@@ -24,7 +24,3 @@ tasks:
24 - test_filesystem: | 24 - test_filesystem: |
25 cd zig-sqlite 25 cd zig-sqlite
26 TERM=dumb zig build test -Din_memory=false 26 TERM=dumb zig build test -Din_memory=false
27
28 - test_with_bundled_library: |
29 cd zig-sqlite
30 TERM=dumb zig build test -Din_memory -Duse_bundled