mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2024-11-20 04:00:54 +00:00
Set up CI with Azure Pipelines
This commit is contained in:
parent
5794969f5b
commit
980a3e45db
17
azure-pipelines.yml
Normal file
17
azure-pipelines.yml
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
pool:
|
||||||
|
vmImage: 'Ubuntu-16.04'
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- script: |
|
||||||
|
ls -la
|
||||||
|
curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain $(cat rust-toolchain)
|
||||||
|
echo "##vso[task.prependpath]$HOME/.cargo/bin"
|
||||||
|
displayName: 'Install Rust'
|
||||||
|
|
||||||
|
- script: |
|
||||||
|
rustc -Vv
|
||||||
|
cargo -V
|
||||||
|
displayName: Query rust and cargo versions
|
||||||
|
|
||||||
|
- script : cargo build --verbose --all-features
|
||||||
|
displayName: 'Build project'
|
Loading…
Reference in New Issue
Block a user