Execute built binary as simple test
This commit is contained in:
parent
2fe2ff099c
commit
8d6fcd6b8c
3 changed files with 34 additions and 2 deletions
18
.drone.yml
18
.drone.yml
|
|
@ -61,6 +61,12 @@ steps:
|
|||
event:
|
||||
- tag
|
||||
|
||||
- name: executable
|
||||
pull: always
|
||||
image: golang:1.11
|
||||
commands:
|
||||
- ./release/linux/amd64/drone-hugo --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-hugo --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-hugo --help
|
||||
|
||||
- name: dryrun
|
||||
pull: always
|
||||
image: plugins/docker:linux-arm
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue