Drone build with Nix
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Alex 2022-12-02 12:16:27 +01:00
parent 085a7cfd26
commit ca41c481b1
Signed by: lx
GPG Key ID: 0E496D15096376BE
1 changed files with 19 additions and 6 deletions

View File

@ -1,13 +1,26 @@
---
pipeline:
build:
image: golang:stretch
kind: pipeline
name: default
node:
nix-daemon: 1
steps:
- name: build
image: nixpkgs/nix:nixos-22.05
commands:
- go get -d -v
- go build -v
- nix build --extra-experimental-features nix-command --extra-experimental-features flakes .
trigger:
event:
- custom
- push
- pull_request
- tag
- cron
---
kind: signature
hmac: 38948cd073f3a0b73ab7bb13ba1b5e18c64c02976abfd6dcd5bf7a4c34197e8c
hmac: 7fc9d4362327e769e2454229ceb91f587eb11755f1f96207f733e41cc650f693
...