summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Vincent Rischmann2020-12-23 01:57:03 +0100
committerGravatar Vincent Rischmann2021-01-09 17:08:11 +0100
commit69c422382673d7c060707fc874ad0625bb829691 (patch)
treed90fd0c7a876dd0c25aefaea7d1b8c75b31cd55c
parentbundle the sqlite amalgamation (diff)
downloadzig-sqlite-69c422382673d7c060707fc874ad0625bb829691.tar.gz
zig-sqlite-69c422382673d7c060707fc874ad0625bb829691.tar.xz
zig-sqlite-69c422382673d7c060707fc874ad0625bb829691.zip
ci: test with the bundled source too
-rw-r--r--.builds/alpine-edge-amd64.yml4
-rw-r--r--.builds/debian-stable-amd64.yml4
-rw-r--r--.builds/freebsd-latest-amd64.yml4
3 files changed, 12 insertions, 0 deletions
diff --git a/.builds/alpine-edge-amd64.yml b/.builds/alpine-edge-amd64.yml
index a261064..e11638d 100644
--- a/.builds/alpine-edge-amd64.yml
+++ b/.builds/alpine-edge-amd64.yml
@@ -25,3 +25,7 @@ tasks:
25 - test_in_memory: | 25 - test_in_memory: |
26 cd zig-sqlite 26 cd zig-sqlite
27 TERM=dumb zig build test -Din_memory 27 TERM=dumb zig build test -Din_memory
28
29 - test_with_bundled_library: |
30 cd zig-sqlite
31 TERM=dumb zig build test -Din_memory -Duse_bundled \ No newline at end of file
diff --git a/.builds/debian-stable-amd64.yml b/.builds/debian-stable-amd64.yml
index be3d1a0..bb5fa8c 100644
--- a/.builds/debian-stable-amd64.yml
+++ b/.builds/debian-stable-amd64.yml
@@ -24,3 +24,7 @@ tasks:
24 - test_in_memory: | 24 - test_in_memory: |
25 cd zig-sqlite 25 cd zig-sqlite
26 TERM=dumb zig build test -Din_memory 26 TERM=dumb zig build test -Din_memory
27
28 - test_with_bundled_library: |
29 cd zig-sqlite
30 TERM=dumb zig build test -Din_memory -Duse_bundled \ No newline at end of file
diff --git a/.builds/freebsd-latest-amd64.yml b/.builds/freebsd-latest-amd64.yml
index f80ca64..25a2374 100644
--- a/.builds/freebsd-latest-amd64.yml
+++ b/.builds/freebsd-latest-amd64.yml
@@ -24,3 +24,7 @@ tasks:
24 - test_in_memory: | 24 - test_in_memory: |
25 cd zig-sqlite 25 cd zig-sqlite
26 TERM=dumb zig build test -Din_memory 26 TERM=dumb zig build test -Din_memory
27
28 - test_with_bundled_library: |
29 cd zig-sqlite
30 TERM=dumb zig build test -Din_memory -Duse_bundled \ No newline at end of file