From 25aa125530d0598136c106fd4935e3bcf587e7ce Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Tue, 19 May 2020 16:09:42 +0200 Subject: Add file cache job on azure --- azure-pipelines.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'azure-pipelines.yml') 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' -- cgit v1.2.1