zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit 48406009889c0e77052b57bc0220a332d3ea5cbd (tree)
parent 459045aa40d64ac883d3908ddcbfcb8aa3867c0d
Author: Marcio Giaxa <i@mgxm.me>
Date:   Wed, 19 Dec 2018 22:34:51 -0200

ci: add sr.ht build manifest for FreeBSD

Diffstat:
A.builds/freebsd.yml | 15+++++++++++++++
1 file changed, 15 insertions(+), 0 deletions(-)

diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml @@ -0,0 +1,15 @@ +arch: x86_64 +image: freebsd +packages: + - cmake + - llvm70 +sources: + - https://github.com/ziglang/zig.git +tasks: + - build: | + cd zig && mkdir build && cd build + cmake .. + make && make install + - test: | + cd zig && cd build + ./bin/zig build --build-file ../build.zig test