Skip to content

Commit 36d084e

Browse files
committed
Add Cirrus-CI config
1 parent 290d886 commit 36d084e

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.cirrus.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
env:
2+
CIRRUS_CLONE_DEPTH: 1
3+
ARCH: amd64
4+
5+
task:
6+
matrix:
7+
- name: 13.2-RELEASE
8+
compute_engine_instance:
9+
image: family/freebsd-13-2
10+
install_script:
11+
- sed -i.bak -e 's,pkg+http://pkg.FreeBSD.org/\${ABI}/quarterly,pkg+http://pkg.FreeBSD.org/\${ABI}/latest,' /etc/pkg/FreeBSD.conf
12+
- pkg install -y autoconf automake gmake libtool
13+
script:
14+
- printenv && uname -a && ls -l && /bin/sh -x ./bin/setup.sh && cd build && env MAKE=gmake ../configure --enable-warnings && gmake && sudo gmake install && gmake test

0 commit comments

Comments
 (0)