home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 3f2ad48f5d0a0e959d79cab2ef27fc9b6bbd54fe
parent 64c0b0a054b7013f07e272aa7660cb2a6d4fe181
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Tue, 21 Jul 2020 18:48:39 +0200

builds: update nix-systems 🏭

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
M.builds/nix-systems.yml | 12+++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/.builds/nix-systems.yml b/.builds/nix-systems.yml @@ -5,18 +5,24 @@ tasks: - setup: | nix-env -iA cachix -f https://cachix.org/api/v1/install cachix use shortbrain -- dry-run: | +- desktop-dry-run: | set -euo pipefail set +x export CACHIX_SIGNING_KEY=$(cat ~/.cachix.key) set -x - nix-build home/systems.nix -A systems --dry-run + nix-build home/systems.nix -A naruhodo -A hokkaido --dry-run +- servers-dry-run: | + set -euo pipefail + set +x + export CACHIX_SIGNING_KEY=$(cat ~/.cachix.key) + set -x + nix-build home/systems.nix -A sakhalin -A okinawa -A kerkouane -A wakasu - build-servers: | set -euo pipefail set +x export CACHIX_SIGNING_KEY=$(cat ~/.cachix.key) set -x - nix-build home/systems.nix -A sakhalin -A okinawa -A kerkouane + nix-build home/systems.nix -A sakhalin -A okinawa -A kerkouane -A wakasu triggers: - action: email condition: failure