aboutsummaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorDan Kegel <dank@kegel.com>2020-06-01 19:05:41 -0700
committerDan Kegel <dank@kegel.com>2020-06-05 14:15:32 -0700
commitc82c74cae88a4614a71266f4825de16d167b979f (patch)
treefb2b5cdc13b29c05287eb2358d1d3b7727dd041e /azure-pipelines.yml
parent33ef3786227cc47f06a60a4882765f5468f2ce67 (diff)
downloadmeson-c82c74cae88a4614a71266f4825de16d167b979f.zip
meson-c82c74cae88a4614a71266f4825de16d167b979f.tar.gz
meson-c82c74cae88a4614a71266f4825de16d167b979f.tar.bz2
ci: run some builders with response file threshold set to zero
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 066f1a5..de956c8 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -22,6 +22,7 @@ jobs:
arch: x86
compiler: msvc2017
backend: ninja
+ MESON_RSP_THRESHOLD: 0
vc2017x64vs:
arch: x64
compiler: msvc2017
@@ -138,6 +139,7 @@ jobs:
gccx64ninja:
MSYSTEM: MINGW64
MSYS2_ARCH: x86_64
+ MESON_RSP_THRESHOLD: 0
compiler: gcc
clangx64ninja:
MSYSTEM: MINGW64