variables:
RUST_BACKTRACE: full
pool:
vmImage: 'ubuntu-16.04'
steps:
- checkout: self
submodules: true
- script: |
curl https://sh.rustup.rs -sSf | sh -s -- -y
echo "##vso[task.setvariable variable=PATH;]$PATH:$HOME/.cargo/bin"
displayName: Install rust
- script: ./test.sh
displayName: Cargo test