Add build linux on Azure
This commit is contained in:
parent
96d6b7375c
commit
2618708621
|
@ -14,8 +14,9 @@ jobs:
|
|||
- script: |
|
||||
sudo apt -y update
|
||||
sudo apt install -y libxtst-dev libx11-dev libxdo3 libxdo-dev
|
||||
displayName: Install library dependencies
|
||||
- template: ci/test.yml
|
||||
- script: ci/build-linux.yml
|
||||
- template: ci/build-linux.yml
|
||||
# - template: ci/deploy.yml
|
||||
|
||||
# - job: macOS
|
||||
|
|
|
@ -4,4 +4,6 @@ steps:
|
|||
VER=$(cat Cargo.toml| grep version -m 1 | awk -F '"' '{ print $2 }')
|
||||
cd target/release/
|
||||
tar czf "espanso-linux-$VER.tar.gz" espanso
|
||||
displayName: Cargo build and packaging
|
||||
cd ../..
|
||||
cp target/release/espanso-linux-*.gz .
|
||||
displayName: "Cargo build and packaging"
|
Loading…
Reference in New Issue
Block a user