mirror of
https://github.com/Mic92/sops-nix.git
synced 2025-03-05 08:07:16 +00:00
add .drone.yml
This commit is contained in:
parent
bef5a49352
commit
7eb1ca2322
1 changed files with 15 additions and 0 deletions
15
.drone.yml
Normal file
15
.drone.yml
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
---
|
||||||
|
kind: pipeline
|
||||||
|
name: nixos-tests
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: test
|
||||||
|
image: NixOS/docker
|
||||||
|
commands:
|
||||||
|
- nix-build -I nixpkgs=https://github.com/NixOS/nixpkgs-channels/archive/nixpkgs-unstable.tar.gz -A sops-install-secrets.tests
|
||||||
|
- nix-build -I nixpkgs=https://github.com/NixOS/nixpkgs-channels/archive/nixos-20.03.tar.gz -A sops-install-secrets.tests
|
||||||
|
---
|
||||||
|
kind: signature
|
||||||
|
hmac: bfd2c6b78669fca14f1a0fae6fb55f1004e491e15005c4a8a8790614d2474700
|
||||||
|
|
||||||
|
...
|
Loading…
Add table
Reference in a new issue