Add drone-ci (and a simple test) #10

Merged
walkah merged 3 commits from drone-ci into main 2022-09-13 22:37:22 -04:00
Showing only changes of commit b0e5696ba9 - Show all commits

View File

@ -1,11 +1,11 @@
---
kind: pipeline
type: docker
name: NixOS Packages
name: default
steps:
- name: Build
image: nixpkgs/cachix-flakes:nixos-22.05
- name: tests
image: golang:1.17
commands:
- nix flake check .#
- nix build .#
- go build -v
- go test -v ./...