]> granicus.if.org Git - php/commitdiff
Add scheduled builds to yaml pipeline
authorNikita Popov <nikita.ppv@gmail.com>
Fri, 9 Oct 2020 13:56:44 +0000 (15:56 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Fri, 9 Oct 2020 13:56:44 +0000 (15:56 +0200)
Not sure if this is going to work, as the UI configured scheduled
builds are supposed to take precedence ... but I have no idea
how to access them.

azure-pipelines.yml

index ea6acdd72024f86fb72436bb0d9db95cb20b31f0..643d24e3aacfe9c6f2b019e485eb7f9926b146fc 100644 (file)
@@ -12,6 +12,15 @@ trigger:
       - UPGRADING
       - UPGRADING.INTERNALS
 
+schedules:
+  - cron: 0 1 * * *
+    displayName: Nightly build
+    branches:
+      include:
+        - PHP-7.4
+        - PHP-8.0
+        - master
+
 jobs:
   - template: azure/job.yml
     parameters: