A few more build improvements
authorWayne Davison <wayne@opencoder.net>
Thu, 23 Jul 2020 04:01:01 +0000 (21:01 -0700)
committerWayne Davison <wayne@opencoder.net>
Thu, 23 Jul 2020 04:01:01 +0000 (21:01 -0700)
Includes Ben's RSYNC_MAX_SKIPPED=3 suggestion for FreeBSD and a fix for
the artifact file list for Cygwin.

.cirrus.yml
.github/workflows/build.yml

index 15cbc2dc0b3593676e6cbfc0e899d2f8b257a922..4150bf3cac670920f087094be21898f91a12925b 100644 (file)
@@ -17,6 +17,6 @@ freebsd_task:
   info_script:
     - rsync --version
   test_script:
-    - make check
+    - RSYNC_MAX_SKIPPED=3 make check
   ssl_file_list_script:
     - rsync-ssl --no-motd download.samba.org::rsyncftp/ || true
index af45eead48ccd3d9776f503364be9d1da88c1621..2742a96fd258532e23bc728500117ae237001b2d 100644 (file)
@@ -3,8 +3,10 @@ name: build
 on:
   push:
     branches: [ master ]
+    paths-ignore: [ .cirrus.yml ]
   pull_request:
     branches: [ master ]
+    paths-ignore: [ .cirrus.yml ]
   schedule:
     - cron: '42 8 * * *'
 
@@ -107,7 +109,7 @@ jobs:
         name: cygwin-bin
         path: |
           rsync.exe
-          rsync-ssl.exe
+          rsync-ssl
           rsync.1
           rsync-ssl.1
           rsyncd.conf.5