zig/ci/drone/test_linux_cases
Andrew Kelley 28e95b3240 CI: drone: simplify
Instead of a switch in a bash file we just properly name
the pipeline steps.

Also use zig build to produce the release artifact.
2022-08-19 16:45:15 -07:00

7 lines
167 B
Bash
Executable File

#!/bin/sh
. ./ci/drone/linux_script_base
./build/zig build -Dskip-non-native # test building self-hosted without LLVM
./build/zig build -Dskip-non-native test-cases