From 9acd4e9ebc646805e9a1c20e65b9f18f0161e19f Mon Sep 17 00:00:00 2001 From: Reini Urban Date: Thu, 8 Sep 2022 17:21:17 +0200 Subject: [PATCH] cirrus freebsd fixup --- .cirrus.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index b0fe6a99..37bed78c 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -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