diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index b1bcbc9f9dd1c379939fc26be69cbca9654b11b3..731b671b5ec74f5201892c60aae195419c5c0085 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -64,3 +64,11 @@ jobs:
             . ./prepare-and-run-flake8.sh pyopencl test
 
         displayName: 'Flake8'
+
+schedules:
+-
+    cron: "0 0 * * 0"
+    displayName: Weekly build
+    branches:
+        include:
+        - master