diff options
| author | 2021-03-22 19:58:01 +0100 | |
|---|---|---|
| committer | 2021-03-23 17:37:36 +0100 | |
| commit | eb5f39770029d710123df2a3264929405c8cf38b (patch) | |
| tree | 60d652773ebe0cf99796714ed0ca349d3b36b9b9 /.builds/alpine-edge-amd64.yml | |
| parent | build: run the tests on all targets we support for a given host OS (diff) | |
| download | zig-sqlite-eb5f39770029d710123df2a3264929405c8cf38b.tar.gz zig-sqlite-eb5f39770029d710123df2a3264929405c8cf38b.tar.xz zig-sqlite-eb5f39770029d710123df2a3264929405c8cf38b.zip | |
ci: remove extraneous jobs
Diffstat (limited to '.builds/alpine-edge-amd64.yml')
| -rw-r--r-- | .builds/alpine-edge-amd64.yml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/.builds/alpine-edge-amd64.yml b/.builds/alpine-edge-amd64.yml index 0869f6d..93595a7 100644 --- a/.builds/alpine-edge-amd64.yml +++ b/.builds/alpine-edge-amd64.yml | |||
| @@ -25,11 +25,3 @@ tasks: | |||
| 25 | - test_filesystem: | | 25 | - test_filesystem: | |
| 26 | cd zig-sqlite | 26 | cd zig-sqlite |
| 27 | TERM=dumb zig build test -Din_memory=false | 27 | TERM=dumb zig build test -Din_memory=false |
| 28 | |||
| 29 | - test_in_memory_with_bundled_library: | | ||
| 30 | cd zig-sqlite | ||
| 31 | TERM=dumb zig build test -Din_memory=true -Duse_bundled | ||
| 32 | |||
| 33 | - test_filesystem_with_bundled_library: | | ||
| 34 | cd zig-sqlite | ||
| 35 | TERM=dumb zig build test -Din_memory=false -Duse_bundled | ||