Add FreeBSD test & re-enable linux build.
authorWayne Davison <wayne@opencoder.net>
Sat, 11 Jul 2020 22:03:31 +0000 (15:03 -0700)
committerWayne Davison <wayne@opencoder.net>
Sat, 11 Jul 2020 22:03:31 +0000 (15:03 -0700)
.cirrus.yml
.github/workflows/ccpp.yml

index 79e26634ce3dacd885d17c2cc173d2093d02197e..3c1a7c4994fad6851495b7203774bb626c9fa53d 100644 (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
index bbfaedc35bccba8fdb1f98d3869856961ec99840..63116804bc68b645cede761dd91002d007e0ab33 100644 (file)
@@ -2,7 +2,7 @@ name: build
 
 on:
   push:
-    branches: [ b3.0.x ]
+    branches: [ master ]
   pull_request:
     branches: [ master ]