diff options
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 301a64f104..99d118239c 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -15,7 +15,7 @@ freebsd_12_task: - cd build - ../configure --enable-werror || { cat config.log; exit 1; } - gmake -j$(sysctl -n hw.ncpu) - - gmake -j$(sysctl -n hw.ncpu) check + - gmake -j$(sysctl -n hw.ncpu) check V=1 macos_task: osx_instance: @@ -29,7 +29,7 @@ macos_task: --extra-cflags='-Wno-error=deprecated-declarations' || { cat config.log; exit 1; } - gmake -j$(sysctl -n hw.ncpu) - - gmake check + - gmake check V=1 macos_xcode_task: osx_instance: @@ -43,7 +43,7 @@ macos_xcode_task: - ../configure --extra-cflags='-Wno-error=deprecated-declarations' --enable-werror --cc=clang || { cat config.log; exit 1; } - gmake -j$(sysctl -n hw.ncpu) - - gmake check + - gmake check V=1 windows_msys2_task: timeout_in: 90m |