From: Wayne Davison Date: Sat, 11 Jul 2020 22:03:31 +0000 (-0700) Subject: Add FreeBSD test & re-enable linux build. X-Git-Tag: v3.2.3pre1~105 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=486e7852dbff65dd55f2c475d02def66e34da075;p=thirdparty%2Frsync.git Add FreeBSD test & re-enable linux build. --- diff --git a/.cirrus.yml b/.cirrus.yml index 79e26634..3c1a7c49 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -9,3 +9,5 @@ task: - CPPFLAGS=-I/usr/local/include/ LDFLAGS=-L/usr/local/lib/ ./configure --disable-md2man - make - ./rsync --version + test_script: + - make check diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index bbfaedc3..63116804 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -2,7 +2,7 @@ name: build on: push: - branches: [ b3.0.x ] + branches: [ master ] pull_request: branches: [ master ]