aboutsummaryrefslogtreecommitdiff
path: root/.travis.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 /.travis.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 '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index f5a32a6..22d76e7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -31,9 +31,10 @@ matrix:
compiler: gcc
include:
# Test cross builds separately, they do not use the global compiler
+ # Also hijack one cross build to test long commandline handling codepath (and avoid overloading Travis)
- os: linux
compiler: gcc
- env: RUN_TESTS_ARGS="--cross ubuntu-armhf.txt --cross linux-mingw-w64-64bit.txt"
+ env: RUN_TESTS_ARGS="--cross ubuntu-armhf.txt --cross linux-mingw-w64-64bit.txt" MESON_RSP_THRESHOLD=0
- os: linux
compiler: gcc
env: RUN_TESTS_ARGS="--cross ubuntu-armhf.txt --cross linux-mingw-w64-64bit.txt" MESON_ARGS="--unity=on"