Deleted azure-pipelines.yml
This commit is contained in:
parent
687465f25e
commit
b65f9c8afd
1 changed files with 0 additions and 20 deletions
|
@ -1,20 +0,0 @@
|
||||||
# Starter pipeline
|
|
||||||
# Start with a minimal pipeline that you can customize to build and deploy your code.
|
|
||||||
# Add steps that build, run tests, deploy, and more:
|
|
||||||
# https://aka.ms/yaml
|
|
||||||
|
|
||||||
trigger:
|
|
||||||
- master
|
|
||||||
|
|
||||||
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
|
|
Loading…
Reference in a new issue