diff options
Diffstat (limited to '')
| -rwxr-xr-x | scripts/check.sh (renamed from check.sh) | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/check.sh b/scripts/check.sh index f3c4ecb..f152cbb 100755 --- a/check.sh +++ b/scripts/check.sh @@ -1,5 +1,6 @@ #! /usr/bin/env sh +# --log-format multiline-with-logs \ nix build \ --option max-jobs 1 \ --print-out-paths --no-link \ @@ -14,6 +15,6 @@ nix build \ .#checks.x86_64-linux.sharkey \ .#checks.x86_64-linux.sharkey-cpu \ .#checks.x86_64-linux.taskchampion-sync - # .#checks.x86_64-linux.email-dns \ - # .#checks.x86_64-linux.email-http \ - # .#checks.x86_64-linux.email-ip \ +# .#checks.x86_64-linux.email-dns \ +# .#checks.x86_64-linux.email-http \ +# .#checks.x86_64-linux.email-ip \ |
