Execute built binary as simple test
This commit is contained in:
parent
2fe2ff099c
commit
8d6fcd6b8c
3 changed files with 34 additions and 2 deletions
|
|
@ -72,6 +72,14 @@ local PipelineBuild(os="linux", arch="amd64") = {
|
|||
event: [ "tag" ],
|
||||
},
|
||||
},
|
||||
{
|
||||
name: "executable",
|
||||
image: "golang:1.11",
|
||||
pull: "always",
|
||||
commands: [
|
||||
"./release/" + os + "/" + arch + "/drone-hugo --help",
|
||||
],
|
||||
},
|
||||
{
|
||||
name: "dryrun",
|
||||
image: "plugins/docker:" + os + "-" + arch,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue