diff options
Diffstat (limited to 'ci/srht')
| -rwxr-xr-x | ci/srht/freebsd_script | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/srht/freebsd_script b/ci/srht/freebsd_script index 9c77c7d120..45002fda15 100755 --- a/ci/srht/freebsd_script +++ b/ci/srht/freebsd_script @@ -45,7 +45,7 @@ cmake .. -DZIG_EXECUTABLE="$PREFIX/bin/zig" samu install # Here we skip some tests to save time. -release/bin/zig build test -Dskip-stage1 -Dskip-non-native +release/bin/zig build test docs -Dskip-stage1 -Dskip-non-native if [ -f ~/.s3cfg ]; then mv ../LICENSE release/ |
