mirror of
https://github.com/aljazceru/crypto-ecosystems.git
synced 2025-12-17 05:34:20 +01:00
Initial Azure Pipelines for Builds
This commit is contained in:
14
azure-pipelines.yml
Normal file
14
azure-pipelines.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
pool:
|
||||
vmImage: 'ubuntu-16.04'
|
||||
|
||||
steps:
|
||||
- script: |
|
||||
curl https://sh.rustup.rs -sSf | sh -s -- -y
|
||||
echo "##vso[task.setvariable variable=PATH;]$PATH:$HOME/.cargo/bin"
|
||||
displayName: Install rust
|
||||
- script: cargo build --all
|
||||
displayName: Cargo build
|
||||
- script: cargo test --all
|
||||
displayName: Cargo test
|
||||
- script: make validate
|
||||
displayName: Validation of Toml Files
|
||||
Reference in New Issue
Block a user