mirror of
https://github.com/ziglang/zig.git
synced 2024-11-27 07:32:44 +00:00
9 lines
199 B
Plaintext
9 lines
199 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
. ./ci/drone/linux_script_base
|
||
|
|
||
|
./build/zig build test-behavior -Dskip-non-native
|
||
|
./build/zig build test-compiler-rt -Dskip-non-native
|
||
|
./build/zig build test-fmt
|
||
|
./build/zig build docs
|