diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2022-08-10 18:00:24 -0700 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2022-08-19 16:45:15 -0700 |
| commit | d75d40dfdfeb82dc9b1b2b5cdcd3fdb8105ac97d (patch) | |
| tree | 587400a679d4ca52ccc2dc09674be0169376a42b /ci | |
| parent | 7346600517f5902316e5b8c179d8120b7854a5e1 (diff) | |
| download | zig-d75d40dfdfeb82dc9b1b2b5cdcd3fdb8105ac97d.tar.gz zig-d75d40dfdfeb82dc9b1b2b5cdcd3fdb8105ac97d.zip | |
build: make docs a separate step than test
Diffstat (limited to 'ci')
| -rwxr-xr-x | ci/srht/freebsd_script | 2 | ||||
| -rwxr-xr-x | ci/zinc/linux_test_stage3_release.sh | 2 |
2 files changed, 2 insertions, 2 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/ diff --git a/ci/zinc/linux_test_stage3_release.sh b/ci/zinc/linux_test_stage3_release.sh index d3532e0976..3f330cf548 100755 --- a/ci/zinc/linux_test_stage3_release.sh +++ b/ci/zinc/linux_test_stage3_release.sh @@ -54,7 +54,7 @@ cd $WORKSPACE ZIG="$RELEASE_STAGING/bin/zig" -$ZIG build test \ +$ZIG build test docs \ -fqemu \ -fwasmtime \ -Dstatic-llvm \ |
