Add inotify to drone builds
All checks were successful
continuous-integration/drone/tag Build is passing
All checks were successful
continuous-integration/drone/tag Build is passing
This commit is contained in:
parent
88b60f2df0
commit
682dfcfa96
|
@ -28,6 +28,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- cd /drone/src
|
- cd /drone/src
|
||||||
- go build -o out/wifi cmd/wifi/wifi.go
|
- go build -o out/wifi cmd/wifi/wifi.go
|
||||||
|
- go build -o out/inotify cmd/inotify/inotify.go
|
||||||
- cp CHANGELOG.md out/
|
- cp CHANGELOG.md out/
|
||||||
- name: gitea-release
|
- name: gitea-release
|
||||||
image: plugins/gitea-release
|
image: plugins/gitea-release
|
||||||
|
|
Loading…
Reference in a new issue