summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 9d6b0951d27..b84df38f814 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -4,6 +4,14 @@ variables:
MPC_ROOT: $(Build.SourcesDirectory)/ACE/MPC
system.prefergit: true
+schedules:
+- cron: "0 7 * * SUN"
+ displayName: Weekly Sunday
+ branches:
+ include:
+ - master
+ always: true
+
resources:
- repo: self
fetchDepth: 1