From c62d62ce3c911f15993e3973b8d072a2634b1eaf Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Mon, 22 Jul 2019 11:46:41 +0200 Subject: Setup CI with Azure Pipelines --- azure-pipelines.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 azure-pipelines.yml diff --git a/azure-pipelines.yml b/azure-pipelines.yml new file mode 100644 index 0000000..30811c7 --- /dev/null +++ b/azure-pipelines.yml @@ -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 -- cgit