add deb packages to CD
continuous-integration/drone/push Build is passing Details

This commit is contained in:
LordMZTE 2021-01-05 20:50:19 +01:00
parent e5299cb8ec
commit 336a3c0ecb
2 changed files with 13 additions and 0 deletions

View File

@ -19,6 +19,14 @@ steps:
commands:
- cargo build --release --target x86_64-pc-windows-gnu -v
- name: release-debian
image: rust
commands:
# install tool required for building debian packages
- cargo install cargo-deb
- cargo deb -v -p cli -o target/debian/jm.deb
- cargo deb -v -p tokencracker -o target/debian/jmtoken.deb
- name: publish
image: plugins/gitea-release
settings:
@ -32,9 +40,12 @@ steps:
- target/release/jmtoken
- target/x86_64-pc-windows-gnu/release/jm.exe
- target/x86_64-pc-windows-gnu/release/jmtoken.exe
- target/debian/jm.deb
- target/debian/jmtoken.deb
when:
event: tag
depends_on:
- release-linux
- release-win
- release-debian

View File

@ -1,5 +1,7 @@
# v0.1.2
- drone will now publish debian packages
## cli
- optimized listing by not searching on the client but on the server
- categories now shown with name instead of just ID