mirror of
https://github.com/ziglang/zig.git
synced 2025-12-26 16:13:07 +00:00
Instead of a switch in a bash file we just properly name the pipeline steps. Also use zig build to produce the release artifact.
6 lines
141 B
Bash
Executable File
6 lines
141 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. ./ci/drone/linux_script_base
|
|
|
|
./build/zig build test-std -Dskip-debug -Dskip-release-safe -Dskip-release-fast -Dskip-non-native
|