From 1a60157ea6cd2005a6a28962aa37658bdea3e00a Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Sat, 20 Jul 2019 22:01:22 +0200 Subject: [PATCH] Set up CI with Azure Pipelines --- azure-pipelines.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 azure-pipelines.yml 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