diff options
| -rw-r--r-- | .builds/alpine-edge-amd64.yml | 5 | ||||
| -rw-r--r-- | .builds/debian-stable-aarch64.yml | 5 | ||||
| -rw-r--r-- | .builds/debian-stable-amd64.yml | 5 | ||||
| -rw-r--r-- | .builds/freebsd-latest-amd64.yml | 5 |
4 files changed, 0 insertions, 20 deletions
diff --git a/.builds/alpine-edge-amd64.yml b/.builds/alpine-edge-amd64.yml index 6ff1f53..ee31a43 100644 --- a/.builds/alpine-edge-amd64.yml +++ b/.builds/alpine-edge-amd64.yml | |||
| @@ -25,8 +25,3 @@ 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 | triggers: | ||
| 30 | - action: email | ||
| 31 | condition: failure | ||
| 32 | to: "Vincent Rischmann <vincent@rischmann.fr>" | ||
diff --git a/.builds/debian-stable-aarch64.yml b/.builds/debian-stable-aarch64.yml index f3508b7..d02129a 100644 --- a/.builds/debian-stable-aarch64.yml +++ b/.builds/debian-stable-aarch64.yml | |||
| @@ -24,8 +24,3 @@ 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 | triggers: | ||
| 29 | - action: email | ||
| 30 | condition: failure | ||
| 31 | to: "Vincent Rischmann <vincent@rischmann.fr>" | ||
diff --git a/.builds/debian-stable-amd64.yml b/.builds/debian-stable-amd64.yml index 856e61c..9705930 100644 --- a/.builds/debian-stable-amd64.yml +++ b/.builds/debian-stable-amd64.yml | |||
| @@ -24,8 +24,3 @@ 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 | triggers: | ||
| 29 | - action: email | ||
| 30 | condition: failure | ||
| 31 | to: "Vincent Rischmann <vincent@rischmann.fr>" | ||
diff --git a/.builds/freebsd-latest-amd64.yml b/.builds/freebsd-latest-amd64.yml index e6200bb..7b332f3 100644 --- a/.builds/freebsd-latest-amd64.yml +++ b/.builds/freebsd-latest-amd64.yml | |||
| @@ -24,8 +24,3 @@ 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 | triggers: | ||
| 29 | - action: email | ||
| 30 | condition: failure | ||
| 31 | to: "Vincent Rischmann <vincent@rischmann.fr>" | ||