From 81f5e1e66756096b101f9e30e7f41a24eeaa79c5 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Wed, 28 Oct 2020 22:59:11 -0700 Subject: [PATCH] ci: freebsd: skip non-native tests to save time --- ci/srht/freebsd_script | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/srht/freebsd_script b/ci/srht/freebsd_script index 7d66f825483f45277f37ed2656ea07906473da77..58d087e2bc6bb3eefc3f569ae67a0036ef7b3c88 100755 --- a/ci/srht/freebsd_script +++ b/ci/srht/freebsd_script @@ -31,8 +31,8 @@ cd build cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH=$PREFIX "-DCMAKE_INSTALL_PREFIX=$(pwd)/release" -DZIG_STATIC=ON make $JOBS install -# Here we skip compile error tests to save time. -release/bin/zig build test -Dskip-compile-errors +# Here we skip some tests to save time. +release/bin/zig build test -Dskip-compile-errors -Dskip-non-native if [ -f ~/.s3cfg ]; then mv ../LICENSE release/ -- 2.54.0