diff options
| author | 2020-12-29 23:39:50 +0100 | |
|---|---|---|
| committer | 2020-12-29 23:42:00 +0100 | |
| commit | 69963949685ef621d1345878ec0521bdd170febe (patch) | |
| tree | 74f448ec86e0118e2d23761335b935d36b688a63 | |
| parent | add initOptions for testing (diff) | |
| download | zig-sqlite-69963949685ef621d1345878ec0521bdd170febe.tar.gz zig-sqlite-69963949685ef621d1345878ec0521bdd170febe.tar.xz zig-sqlite-69963949685ef621d1345878ec0521bdd170febe.zip | |
ci: stop sending an email on failure
| -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>" | ||