Add FreeBSD test & re-enable linux build.

This commit is contained in:
Wayne Davison
2020-07-11 15:03:31 -07:00
parent a68a92793c
commit 486e7852db
2 changed files with 3 additions and 1 deletions

View File

@@ -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

View File

@@ -2,7 +2,7 @@ name: build
on:
push:
branches: [ b3.0.x ]
branches: [ master ]
pull_request:
branches: [ master ]