From 69c422382673d7c060707fc874ad0625bb829691 Mon Sep 17 00:00:00 2001 From: Vincent Rischmann Date: Wed, 23 Dec 2020 01:57:03 +0100 Subject: ci: test with the bundled source too --- .builds/alpine-edge-amd64.yml | 4 ++++ .builds/debian-stable-amd64.yml | 4 ++++ .builds/freebsd-latest-amd64.yml | 4 ++++ 3 files changed, 12 insertions(+) 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: - test_in_memory: | cd zig-sqlite TERM=dumb zig build test -Din_memory + + - test_with_bundled_library: | + cd zig-sqlite + 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: - test_in_memory: | cd zig-sqlite TERM=dumb zig build test -Din_memory + + - test_with_bundled_library: | + cd zig-sqlite + 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: - test_in_memory: | cd zig-sqlite TERM=dumb zig build test -Din_memory + + - test_with_bundled_library: | + cd zig-sqlite + TERM=dumb zig build test -Din_memory -Duse_bundled \ No newline at end of file -- cgit v1.2.3