Skip to content

Commit

Permalink
ci: add sr.ht build manifest for FreeBSD
Browse files Browse the repository at this point in the history
  • Loading branch information
mgxm authored and andrewrk committed Dec 20, 2018
1 parent 459045a commit 4840600
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .builds/freebsd.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 4840600

Please sign in to comment.