summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Vincent Rischmann2021-03-13 22:46:55 +0100
committerGravatar Vincent Rischmann2021-03-13 22:46:55 +0100
commit963ccd944e7db553f003475afae7f270aeaab41a (patch)
tree67efc3049451280a7bd23d1714a9a1dc81c68460
parenttools: copy the c directory before since it basically never changes (diff)
downloadzig-sqlite-963ccd944e7db553f003475afae7f270aeaab41a.tar.gz
zig-sqlite-963ccd944e7db553f003475afae7f270aeaab41a.tar.xz
zig-sqlite-963ccd944e7db553f003475afae7f270aeaab41a.zip
ci: enable the bundled test
Diffstat (limited to '')
-rw-r--r--.builds/debian-stable-amd64.yml8
1 files changed, 3 insertions, 5 deletions
diff --git a/.builds/debian-stable-amd64.yml b/.builds/debian-stable-amd64.yml
index 03ec7d9..813f8e3 100644
--- a/.builds/debian-stable-amd64.yml
+++ b/.builds/debian-stable-amd64.yml
@@ -25,8 +25,6 @@ tasks:
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 27
28 # TODO(vincent): This fails with Debian for some reason 28 - test_with_bundled_library: |
29 # 29 cd zig-sqlite
30 # - test_with_bundled_library: | 30 TERM=dumb zig build test -Din_memory -Duse_bundled
31 # cd zig-sqlite
32 # TERM=dumb zig build test -Din_memory -Duse_bundled