1
0
Fork 0
mirror of https://github.com/Mic92/sops-nix.git synced 2024-12-14 11:57:52 +00:00

add .drone.yml

This commit is contained in:
Jörg Thalheim 2020-07-29 09:49:49 +01:00
parent bef5a49352
commit 7eb1ca2322
No known key found for this signature in database
GPG key ID: 003F2096411B5F92

15
.drone.yml Normal file
View 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
...