Commit 4840600988

Marcio Giaxa <i@mgxm.me>
2018-12-20 01:34:51
ci: add sr.ht build manifest for FreeBSD
1 parent 459045a
Changed files (1)
.builds
.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