Skip to content

Commit

Permalink
Add Cirrus-CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
lwhsu committed Jun 28, 2023
1 parent 290d886 commit 36d084e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
env:
CIRRUS_CLONE_DEPTH: 1
ARCH: amd64

task:
matrix:
- name: 13.2-RELEASE
compute_engine_instance:
image: family/freebsd-13-2
install_script:
- sed -i.bak -e 's,pkg+http://pkg.FreeBSD.org/\${ABI}/quarterly,pkg+http://pkg.FreeBSD.org/\${ABI}/latest,' /etc/pkg/FreeBSD.conf
- pkg install -y autoconf automake gmake libtool
script:
- 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 comments on commit 36d084e

Please sign in to comment.