espanso/ci/build-linux.yml
2019-09-21 12:54:19 +02:00

9 lines
234 B
YAML

steps:
- script: |
cargo build --release
cd target/release/
tar czf "espanso-linux.tar.gz" espanso
cd ../..
cp target/release/espanso-linux.gz .
ls -la
displayName: "Cargo build and packaging"