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 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 ./...