This commit is contained in:
parent
bd4f0ba092
commit
b0e5696ba9
10
.drone.yml
10
.drone.yml
@ -1,11 +1,11 @@
|
|||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: docker
|
type: docker
|
||||||
name: NixOS Packages
|
name: default
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Build
|
- name: tests
|
||||||
image: nixpkgs/cachix-flakes:nixos-22.05
|
image: golang:1.17
|
||||||
commands:
|
commands:
|
||||||
- nix flake check .#
|
- go build -v
|
||||||
- nix build .#
|
- go test -v ./...
|
||||||
|
Loading…
x
Reference in New Issue
Block a user