1
0
Fork 0
mirror of https://github.com/Mic92/sops-nix.git synced 2025-03-31 04:14:37 +00:00

add buildkite

This commit is contained in:
Jörg Thalheim 2020-07-12 21:14:27 +01:00
parent 7bd84011ef
commit 66ce9aa7ba
No known key found for this signature in database
GPG key ID: 003F2096411B5F92
2 changed files with 5 additions and 3 deletions

5
.buildkite/pipeline.yml Normal file
View file

@ -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"

View file

@ -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;
}