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:
parent
7bd84011ef
commit
66ce9aa7ba
2 changed files with 5 additions and 3 deletions
5
.buildkite/pipeline.yml
Normal file
5
.buildkite/pipeline.yml
Normal 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"
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue