Add FreeBSD test & re-enable linux build.

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

No files matched your search

+2
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
+1 -1
View File
@@ -2,7 +2,7 @@ name: build
on:
push:
branches: [ b3.0.x ]
branches: [ master ]
pull_request:
branches: [ master ]