Skip to content

Commit 4840600

Browse files
mgxmandrewrk
authored andcommitted
ci: add sr.ht build manifest for FreeBSD
1 parent 459045a commit 4840600

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.builds/freebsd.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
arch: x86_64
2+
image: freebsd
3+
packages:
4+
- cmake
5+
- llvm70
6+
sources:
7+
- https://github.com/ziglang/zig.git
8+
tasks:
9+
- build: |
10+
cd zig && mkdir build && cd build
11+
cmake ..
12+
make && make install
13+
- test: |
14+
cd zig && cd build
15+
./bin/zig build --build-file ../build.zig test

0 commit comments

Comments
 (0)