diff --git a/azure-pipelines.yml b/azure-pipelines.yml new file mode 100644 index 000000000..9734cd156 --- /dev/null +++ b/azure-pipelines.yml @@ -0,0 +1,12 @@ +stages: + - template: azure/stages.yml@templates + parameters: + minrust: false + codecov_token: $(CODECOV_TOKEN_SECRET) + +resources: + repositories: + - repository: templates + type: github + name: crate-ci/azure-pipelines + endpoint: djc