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 796306b commit 2053c73Copy full SHA for 2053c73
.cirrus.yml
@@ -0,0 +1,18 @@
1
+env:
2
+ CIRRUS_CLONE_DEPTH: 1
3
+ ARCH: amd64
4
+
5
+task:
6
+ freebsd_instance:
7
+ matrix:
8
+ image_family: freebsd-13-0-snap
9
+ image_family: freebsd-12-1
10
+ image: freebsd-11-3-stable-amd64-v20190801
11
+ install_script:
12
+ - sed -i.bak -e 's,quarterly,latest,' /etc/pkg/FreeBSD.conf
13
+ - env ASSUME_ALWAYS_YES=yes pkg bootstrap -f
14
+ - pkg upgrade -y
15
+ - pkg install -y libpciaccess libdrm
16
17
+ make_script:
18
+ - env CFLAGS='-O2 -pipe -fstack-protector-strong -Wall -Werror' make
0 commit comments