ci: Add a simpler setup for the latest Linux assets.

This commit is contained in:
Dorian 2020-02-15 15:56:46 -05:00
parent 4aef6151a2
commit fc92d529a5
1 changed files with 8 additions and 4 deletions

View File

@ -65,11 +65,15 @@ jobs:
name: Build Rookeries.
command: cargo make build-all
- run:
name: Build the Debian package.
command: cargo deb
name: Build a release version package.
command: |
cargo build --release
cp target/release/rookeries rookeries-linux-latest.bin
shasum -a 512 rookeries-linux-latest.bin >> rookeries-linux-latest.bin.shasum512
- store_artifacts:
path: target/debian/
destination: ""
path: rookeries-linux-latest.bin
- store_artifacts:
path: rookeries-linux-latest.bin.shasum512