Setup CI with Azure Pipelines

This commit is contained in:
Dirkjan Ochtman 2019-07-22 11:46:41 +02:00
parent 0efd48e037
commit c62d62ce3c

15
azure-pipelines.yml Normal file
View File

@ -0,0 +1,15 @@
stages:
- template: azure/stages.yml@templates
parameters:
minrust: false
test_features: full
nightly_features: rocket
check_all_features: false
benches: true
resources:
repositories:
- repository: templates
type: github
name: crate-ci/azure-pipelines
endpoint: djc