mirror of
https://github.com/ziglang/zig.git
synced 2024-11-27 07:32:44 +00:00
28e95b3240
Instead of a switch in a bash file we just properly name the pipeline steps. Also use zig build to produce the release artifact.
9 lines
199 B
Bash
Executable File
9 lines
199 B
Bash
Executable File
#!/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
|