summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2020-05-19 16:09:42 +0200
committerNikita Popov <nikita.ppv@gmail.com>2020-05-20 15:33:20 +0200
commit25aa125530d0598136c106fd4935e3bcf587e7ce (patch)
treedde974a8592ff57ad9bffc74fea9d9b7d092f2b1 /azure-pipelines.yml
parent0374cf08c7566457007206af7fcfe44306dcd13b (diff)
downloadphp-git-25aa125530d0598136c106fd4935e3bcf587e7ce.tar.gz
Add file cache job on azure
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 4dec0f4027..40cfbb8232 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -87,3 +87,7 @@ jobs:
configurationName: COVERAGE_DEBUG_ZTS
configurationParameters: '--enable-debug --disable-zts'
timeoutInMinutes: 90
+ - template: azure/file_cache_job.yml
+ parameters:
+ configurationName: DEBUG_NTS_FILE_CACHE
+ configurationParameters: '--enable-debug --disable-zts'