Skip to content

Commit 727e0bb

Browse files
committed
Integrate Cirrus-CI to test build on FreeBSD
1 parent df28ea8 commit 727e0bb

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.cirrus.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
build_task:
3+
freebsd_instance:
4+
matrix:
5+
image: freebsd-10-4-release-amd64
6+
image: freebsd-11-1-release-amd64
7+
image: freebsd-11-2-release-amd64
8+
image: freebsd-12-0-release-amd64
9+
prepare_script: pkg install -y apache-ant gmake texinfo
10+
test_script: ant test

0 commit comments

Comments
 (0)