We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df28ea8 commit 727e0bbCopy full SHA for 727e0bb
.cirrus.yml
@@ -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