Add inotify to drone builds
continuous-integration/drone/tag Build is passing Details

This commit is contained in:
KemoNine 2020-08-27 10:10:25 -04:00
parent 88b60f2df0
commit 682dfcfa96
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ steps:
commands:
- cd /drone/src
- go build -o out/wifi cmd/wifi/wifi.go
- go build -o out/inotify cmd/inotify/inotify.go
- cp CHANGELOG.md out/
- name: gitea-release
image: plugins/gitea-release