add ci step to test binary
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
This commit is contained in:
parent
4533ff3c53
commit
1d42a6b3fa
@ -17,6 +17,14 @@ local PipelineBuild(arch='amd64') = {
|
||||
'make build',
|
||||
],
|
||||
},
|
||||
{
|
||||
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',
|
||||
|
@ -17,6 +17,9 @@ steps:
|
||||
|
||||
- name: dryrun
|
||||
image: plugins/docker
|
||||
commands:
|
||||
- src/target/x86_64-unknown-linux-musl/release/bitwarden_rs --help
|
||||
- src/target/x86_64-unknown-linux-musl/release/bitwarden_rs --version
|
||||
settings:
|
||||
dockerfile: Dockerfile
|
||||
dry_run: true
|
||||
@ -130,6 +133,6 @@ depends_on:
|
||||
|
||||
---
|
||||
kind: signature
|
||||
hmac: 63ee112a80ffc68684a7cd7e74e73be16247c904f1131b509fe852319e058b15
|
||||
hmac: 4af2158918aa22df9a9e577f8c12be2c67670e040a7b0b3f0cc8389618355149
|
||||
|
||||
...
|
||||
|
@ -1,5 +1,5 @@
|
||||
* FEATURE
|
||||
* update server to v1.14
|
||||
* update server to v1.14.1
|
||||
* update web-vault to v2.13.1
|
||||
* add new env variable `USER_ATTACHMENT_LIMIT`
|
||||
* add new env variable `ORG_ATTACHMENT_LIMIT`
|
||||
|
Loading…
Reference in New Issue
Block a user