ci: add sr.ht build manifest for FreeBSD

This commit is contained in:
Marcio Giaxa 2018-12-19 22:34:51 -02:00 committed by Andrew Kelley
parent 459045aa40
commit 4840600988
No known key found for this signature in database
GPG Key ID: 7C5F548F728501A9

15
.builds/freebsd.yml Normal file
View File

@ -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