diff --git a/.drone.yml b/.drone.yml index 9cc735f..e4c99bb 100644 --- a/.drone.yml +++ b/.drone.yml @@ -36,8 +36,9 @@ steps: - go list ./... | xargs go vet - go list ./... | xargs golint #Todo: fix all the lint errors and add `-set_exit_status` above to enforce linting + - name: build-linux - image: openpriv/android-go-mobile:2021 + image: golang volumes: - name: deps path: /go @@ -47,6 +48,7 @@ steps: event: [ push, pull_request ] commands: - make linux + - name: build-android image: openpriv/android-go-mobile:2021 volumes: @@ -59,6 +61,7 @@ steps: commands: - gomobile init - make android + - name: notify-email image: drillster/drone-email host: build.openprivacy.ca