Execute built binary as simple test

This commit is contained in:
Thomas Boerger
2019-01-22 23:13:02 +01:00
parent f473b82aae
commit 9e8a758dfd
3 changed files with 34 additions and 2 deletions
+18
View File
@@ -61,6 +61,12 @@ steps:
event:
- tag
- name: executable
pull: always
image: golang:1.11
commands:
- ./release/linux/amd64/drone-download --help
- name: dryrun
pull: always
image: plugins/docker:linux-amd64
@@ -135,6 +141,12 @@ steps:
event:
- tag
- name: executable
pull: always
image: golang:1.11
commands:
- ./release/linux/arm64/drone-download --help
- name: dryrun
pull: always
image: plugins/docker:linux-arm64
@@ -209,6 +221,12 @@ steps:
event:
- tag
- name: executable
pull: always
image: golang:1.11
commands:
- ./release/linux/arm/drone-download --help
- name: dryrun
pull: always
image: plugins/docker:linux-arm