.drone.yml syntax fix
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Dan Ballard 2021-03-17 12:47:03 -07:00
parent 8837a62808
commit 94792c5953
1 changed files with 10 additions and 10 deletions

View File

@ -27,18 +27,18 @@ steps:
- go list ./... | xargs golint -set_exit_status
- name: buildLinux
image: openpriv/android-go-mobile:2021
when:
repo: flutter/libcwtch-go
branch: trunk
event: [ push, pull_request ]
commands:
- make linux
when:
repo: flutter/libcwtch-go
branch: trunk
event: [ push, pull_request ]
commands:
- make linux
- name: build-androiud
image: openpriv/android-go-mobile:2021
when:
repo: flutter/libcwtch-go
branch: trunk
event: [ push, pull_request ]
when:
repo: flutter/libcwtch-go
branch: trunk
event: [ push, pull_request ]
commands:
- make android
- name: notify-email