From 66ce9aa7ba40b5577003f2c4fbb0ca4e47b120e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Sun, 12 Jul 2020 21:14:27 +0100 Subject: [PATCH] add buildkite --- .buildkite/pipeline.yml | 5 +++++ default.nix | 3 --- 2 files changed, 5 insertions(+), 3 deletions(-) create mode 100644 .buildkite/pipeline.yml diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml new file mode 100644 index 0000000..15fc1ad --- /dev/null +++ b/.buildkite/pipeline.yml @@ -0,0 +1,5 @@ +steps: + - name: "NixOS tests (unstable)" + command: "nix-build -I nixpkgs=https://github.com/NixOS/nixpkgs-channels/archive/nixpkgs-unstable.tar.gz -A sops-install-secrets.tests" + - name: "NixOS tests (20.03)" + command: "nix-build -I nixpkgs=https://github.com/NixOS/nixpkgs-channels/archive/nixpkgs-unstable.tar.gz -A sops-install-secrets.tests" diff --git a/default.nix b/default.nix index 289f5e1..ca7f6d7 100644 --- a/default.nix +++ b/default.nix @@ -9,7 +9,4 @@ in rec { ssh-to-pgp = pkgs.callPackage ./pkgs/ssh-to-pgp { inherit vendorSha256; }; - - nixos-tests-ssh-keys = sops-install-secrets.tests.ssh-keys; - nixos-tests-pgp-keys = sops-install-secrets.tests.pgp-keys; }