Set up CI with Azure Pipelines
[skip ci]
This commit is contained in:
6
azure-pipelines.yml
Normal file
6
azure-pipelines.yml
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
pool:
|
||||||
|
vmImage: 'ubuntu-18.04'
|
||||||
|
container: 'rust:latest'
|
||||||
|
steps:
|
||||||
|
- script: cargo check --all
|
||||||
|
displayName: Run check
|
||||||
Reference in New Issue
Block a user