about summary refs log tree commit diff stats
path: root/check.sh
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-10-31 21:15:34 +0100
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-10-31 21:15:34 +0100
commit144bfbf63ed0972cfd1b039c52b947615804d541 (patch)
treeada64124dacc10371078a8affc2b5dcb01a08b4c /check.sh
parentupdate.sh: Also build the hosts (diff)
downloadnixos-server-144bfbf63ed0972cfd1b039c52b947615804d541.zip
check.sh: Init HEAD main
This provides you with the option to run only the relevant tests,
ignoring the mail tests (as stalwart is not-yet deployed).
Diffstat (limited to 'check.sh')
-rwxr-xr-xcheck.sh19
1 files changed, 19 insertions, 0 deletions
diff --git a/check.sh b/check.sh
new file mode 100755
index 0000000..f3c4ecb
--- /dev/null
+++ b/check.sh
@@ -0,0 +1,19 @@
+#! /usr/bin/env sh
+
+nix build \
+    --option max-jobs 1 \
+    --print-out-paths --no-link \
+    .#checks.x86_64-linux.atuin-sync \
+    .#checks.x86_64-linux.back \
+    .#checks.x86_64-linux.deploy-activate \
+    .#checks.x86_64-linux.deploy-schema \
+    .#checks.x86_64-linux.dns \
+    .#checks.x86_64-linux.formatting \
+    .#checks.x86_64-linux.git-server \
+    .#checks.x86_64-linux.rust-motd \
+    .#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 \