mirror of
https://github.com/askama-rs/askama.git
synced 2025-11-17 05:46:24 +00:00
Setup CI with Azure Pipelines
This commit is contained in:
parent
0efd48e037
commit
c62d62ce3c
15
azure-pipelines.yml
Normal file
15
azure-pipelines.yml
Normal 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
|
||||||
Loading…
x
Reference in New Issue
Block a user