Skip to content

Commit

Permalink
cirrus freebsd fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
rurban committed Sep 8, 2022
1 parent d11ab15 commit 9acd4e9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ freebsd_instance:
cpu: 4
task:
install_script:
- pkg install -y autoconf automake libtool pkgconf git wget m4
- pkg install -y autoconf automake libtool pkgconf git wget m4 gmake
build_script:
- build-aux/autogen.sh
- CFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib ./configure --enable-unsafe --enable-norm-compat
- make
- gmake
test_script:
- make check-log
- make distcheck
- gmake check-log
- gmake distcheck

0 comments on commit 9acd4e9

Please sign in to comment.