add ci step to test binary
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Robert Kaussow 2020-03-22 15:10:03 +01:00
parent 1d42a6b3fa
commit 2348e46d0a
2 changed files with 7 additions and 4 deletions

View File

@ -24,7 +24,7 @@ local PipelineBuild(arch='amd64') = {
'src/target/x86_64-unknown-linux-musl/release/bitwarden_rs --help',
'src/target/x86_64-unknown-linux-musl/release/bitwarden_rs --version',
],
}
},
{
name: 'dryrun',
image: 'plugins/docker',

View File

@ -15,11 +15,14 @@ steps:
environment:
BUILD_VERSION: ${DRONE_TAG%-*}
- name: dryrun
image: plugins/docker
- name: verify
image: alpine
commands:
- src/target/x86_64-unknown-linux-musl/release/bitwarden_rs --help
- src/target/x86_64-unknown-linux-musl/release/bitwarden_rs --version
- name: dryrun
image: plugins/docker
settings:
dockerfile: Dockerfile
dry_run: true
@ -133,6 +136,6 @@ depends_on:
---
kind: signature
hmac: 4af2158918aa22df9a9e577f8c12be2c67670e040a7b0b3f0cc8389618355149
hmac: f4a12d5f9cee46cefee4176323f595a01e36894f96afcad48cbdfc445ddba8d1
...