Commit 8a559f67c398

Vincent Demeester <vincent@sbr.pm>
2020-06-05 21:53:08
builds: split desktop builds in 2
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 3cb9456
.builds/nix-systems-desktop.yml → .builds/nix-systems-hokkaido.yml
@@ -10,7 +10,7 @@ tasks:
     set +x
     export CACHIX_SIGNING_KEY=$(cat ~/.cachix.key)
     set -x
-    nix-build home -A wakasu -A hokkaido
+    nix-build home -A hokkaido
 triggers:
 - action: email
   condition: failure
.builds/nix-systems-wakasu.yml
@@ -0,0 +1,17 @@
+image: nixos/20.03
+secrets:
+  - 0818d60d-b587-4d4e-81d8-dc15072ccb97
+tasks:
+- setup: |
+    nix-env -iA cachix -f https://cachix.org/api/v1/install
+    cachix use shortbrain
+- systems: |
+    set -euo pipefail
+    set +x
+    export CACHIX_SIGNING_KEY=$(cat ~/.cachix.key)
+    set -x
+    nix-build home -A wakasu
+triggers:
+- action: email
+  condition: failure
+  to: vincent@sbr.pm