diff options
| author | 2021-03-23 20:34:44 +0100 | |
|---|---|---|
| committer | 2021-03-23 20:34:44 +0100 | |
| commit | 5a4b11855a8420212b281e2bb08e7c97f0eee62d (patch) | |
| tree | 60d652773ebe0cf99796714ed0ca349d3b36b9b9 /.builds/debian-stable-amd64.yml | |
| parent | Merge pull request #22 from data-man/sqlite_fresh (diff) | |
| parent | ci: remove extraneous jobs (diff) | |
| download | zig-sqlite-5a4b11855a8420212b281e2bb08e7c97f0eee62d.tar.gz zig-sqlite-5a4b11855a8420212b281e2bb08e7c97f0eee62d.tar.xz zig-sqlite-5a4b11855a8420212b281e2bb08e7c97f0eee62d.zip | |
Merge pull request #23 from vrischmann/cross-compile-tests
Rework test runner script
Diffstat (limited to '.builds/debian-stable-amd64.yml')
| -rw-r--r-- | .builds/debian-stable-amd64.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.builds/debian-stable-amd64.yml b/.builds/debian-stable-amd64.yml index 813f8e3..7fc831c 100644 --- a/.builds/debian-stable-amd64.yml +++ b/.builds/debian-stable-amd64.yml | |||
| @@ -24,7 +24,3 @@ tasks: | |||
| 24 | - test_filesystem: | | 24 | - test_filesystem: | |
| 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 | |||
| 28 | - test_with_bundled_library: | | ||
| 29 | cd zig-sqlite | ||
| 30 | TERM=dumb zig build test -Din_memory -Duse_bundled | ||