summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2020-10-12 10:05:37 +0200
committerNikita Popov <nikita.ppv@gmail.com>2020-10-12 10:05:37 +0200
commit9a2e5cfccb3431614c84bfa1f4e1d66370698b6d (patch)
tree6ec1c0460e63da0feb8a63c602f59e6ec03d0d7c /azure-pipelines.yml
parent304141e8f8e810875ef18fabaefde6ded5929aa0 (diff)
downloadphp-git-9a2e5cfccb3431614c84bfa1f4e1d66370698b6d.tar.gz
Backport schedule in yaml
I'm not sure it's needed, but let's try it: Add the scheduled builds on PHP-7.4 and PHP-8.0 as well, rather than just master.
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 688d36c148..2cb85dd766 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -11,6 +11,14 @@ trigger:
- UPGRADING
- UPGRADING.INTERNALS
+schedules:
+ - cron: "0 1 * * *"
+ displayName: Nightly build
+ branches:
+ include:
+ - PHP-7.4
+ - master
+
jobs:
- template: azure/job.yml
parameters: