diff options
author | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2019-07-22 11:46:41 +0200 |
---|---|---|
committer | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2019-07-25 22:55:55 +0200 |
commit | c62d62ce3c911f15993e3973b8d072a2634b1eaf (patch) | |
tree | 6a2da54e838ed4a30b8085edb29732be3a42e011 | |
parent | 0efd48e037f54957ba577dfc871753a7e2d28038 (diff) | |
download | askama-c62d62ce3c911f15993e3973b8d072a2634b1eaf.tar.gz askama-c62d62ce3c911f15993e3973b8d072a2634b1eaf.tar.bz2 askama-c62d62ce3c911f15993e3973b8d072a2634b1eaf.zip |
Setup CI with Azure Pipelines
-rw-r--r-- | azure-pipelines.yml | 15 |
1 files changed, 15 insertions, 0 deletions
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 |