From: Wayne Davison Date: Sat, 11 Jul 2020 19:09:34 +0000 (-0700) Subject: Add some FreeBSD pkg installs and pause on linux. X-Git-Tag: v3.2.3pre1~108 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3bc2d9aeaaf5bee3bf9717caba514b96837afd14;p=thirdparty%2Frsync.git Add some FreeBSD pkg installs and pause on linux. --- diff --git a/.cirrus.yml b/.cirrus.yml index b99e82b7..572e4775 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -4,6 +4,8 @@ task: image: freebsd-12-1-release-amd64 install_script: - ln -s /usr/local/bin/bash /bin/bash + - pkg install -y autotools xxhash zstd liblz4 + script: - CPPFLAGS=-I/usr/local/include/ LDFLAGS=-L/usr/local/lib/ ./configure - make diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index 63116804..bbfaedc3 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -2,7 +2,7 @@ name: build on: push: - branches: [ master ] + branches: [ b3.0.x ] pull_request: branches: [ master ]