alma/azure-pipelines.yml
Roey Darwish Dror 5cf6a8fdd0 Set up CI with Azure Pipelines
[skip ci]
2019-06-18 20:13:21 +03:00

6 lines
120 B
YAML

pool:
vmImage: 'ubuntu-18.04'
container: 'rust:latest'
steps:
- script: cargo check --all
displayName: Run check