diff options
Diffstat (limited to '')
| -rw-r--r-- | .builds/alpine-edge-amd64.yml | 4 | ||||
| -rw-r--r-- | .builds/debian-stable-amd64.yml | 4 | ||||
| -rw-r--r-- | .builds/freebsd-latest-amd64.yml | 4 |
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 | ||