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

This commit is contained in:
KemoNine 2020-08-28 18:35:16 -04:00
parent faf8ac0b5e
commit 32900187fb
1 changed files with 1 additions and 0 deletions

View File

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