From 486e7852dbff65dd55f2c475d02def66e34da075 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Sat, 11 Jul 2020 15:03:31 -0700 Subject: [PATCH] Add FreeBSD test & re-enable linux build. --- .cirrus.yml | 2 ++ .github/workflows/ccpp.yml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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 ] -- 2.47.2