mirror of
https://github.com/Mic92/sops-nix.git
synced 2025-04-08 18:04:38 +00:00
commit
9ada3684e8
2 changed files with 16 additions and 3 deletions
15
.drone.yml
Normal file
15
.drone.yml
Normal file
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
kind: pipeline
|
||||
name: nixos-tests
|
||||
type: exec
|
||||
|
||||
steps:
|
||||
- name: test
|
||||
commands:
|
||||
- nix-build -I nixpkgs=https://github.com/NixOS/nixpkgs/archive/nixpkgs-unstable.tar.gz -A sops-install-secrets.tests
|
||||
- nix-build -I nixpkgs=https://github.com/NixOS/nixpkgs/archive/nixos-20.09.tar.gz -A sops-install-secrets.tests
|
||||
---
|
||||
kind: signature
|
||||
hmac: 6cd4aeea3ec1f0b37d44edb6db25764fcae5aa68215ffa0a542cb6e47a54cfa5
|
||||
|
||||
...
|
|
@ -54,6 +54,4 @@ in rec {
|
|||
'';
|
||||
fixupPhase = ":";
|
||||
});
|
||||
|
||||
# integration tests
|
||||
} // pkgs.lib.optionalAttrs (pkgs.stdenv.isLinux) sops-install-secrets.tests
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue