Set up CI with Azure Pipelines

[skip ci]
This commit is contained in:
Roey Darwish Dror 2019-06-18 20:13:21 +03:00
parent 8c736775b0
commit 5cf6a8fdd0

6
azure-pipelines.yml Normal file
View File

@ -0,0 +1,6 @@
pool:
vmImage: 'ubuntu-18.04'
container: 'rust:latest'
steps:
- script: cargo check --all
displayName: Run check