File tree Expand file tree Collapse file tree 5 files changed +32
-2
lines changed Expand file tree Collapse file tree 5 files changed +32
-2
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,14 @@ name: Test rsync on Cygwin
33on :
44 push :
55 branches : [ master ]
6+ paths-ignore :
7+ - ' .github/workflows/*.yml'
8+ - ' !.github/workflows/cygwin-build.yml'
69 pull_request :
710 branches : [ master ]
11+ paths-ignore :
12+ - ' .github/workflows/*.yml'
13+ - ' !.github/workflows/cygwin-build.yml'
814 schedule :
915 - cron : ' 42 8 * * *'
1016
Original file line number Diff line number Diff line change @@ -3,8 +3,14 @@ name: Test rsync on FreeBSD
33on :
44 push :
55 branches : [ master ]
6+ paths-ignore :
7+ - ' .github/workflows/*.yml'
8+ - ' !.github/workflows/freebsd-build.yml'
69 pull_request :
710 branches : [ master ]
11+ paths-ignore :
12+ - ' .github/workflows/*.yml'
13+ - ' !.github/workflows/freebsd-build.yml'
814 schedule :
915 - cron : ' 42 8 * * *'
1016
2228 with :
2329 usesh : true
2430 prepare : |
25- pkg install -y bash autotools m4 devel/xxhash zstd liblz4 python3 archivers/liblz4
31+ pkg install -y bash autotools m4 devel/xxhash zstd liblz4 python3 archivers/liblz4 git
2632 run : |
2733 freebsd-version
2834 ./configure --with-rrsync -disable-zstd --disable-md2man --disable-xxhash --disable-lz4
Original file line number Diff line number Diff line change @@ -3,8 +3,14 @@ name: Test rsync on macOS
33on :
44 push :
55 branches : [ master ]
6+ paths-ignore :
7+ - ' .github/workflows/*.yml'
8+ - ' !.github/workflows/macos-build.yml'
69 pull_request :
710 branches : [ master ]
11+ paths-ignore :
12+ - ' .github/workflows/*.yml'
13+ - ' !.github/workflows/macos-build.yml'
814 schedule :
915 - cron : ' 42 8 * * *'
1016
Original file line number Diff line number Diff line change @@ -3,8 +3,14 @@ name: Test rsync on Solaris
33on :
44 push :
55 branches : [ master ]
6+ paths-ignore :
7+ - ' .github/workflows/*.yml'
8+ - ' !.github/workflows/solaris-build.yml'
69 pull_request :
710 branches : [ master ]
11+ paths-ignore :
12+ - ' .github/workflows/*.yml'
13+ - ' !.github/workflows/solaris-build.yml'
814 schedule :
915 - cron : ' 42 8 * * *'
1016
2228 with :
2329 usesh : true
2430 prepare : |
25- pkg install bash automake gnu-m4 pkg://solaris/runtime/python-35 autoconf gcc
31+ pkg install bash automake gnu-m4 pkg://solaris/runtime/python-35 autoconf gcc git
2632 run : |
2733 uname -a
2834 ./configure --with-rrsync -disable-zstd --disable-md2man --disable-xxhash --disable-lz4
Original file line number Diff line number Diff line change @@ -3,8 +3,14 @@ name: Test rsync on Ubuntu
33on :
44 push :
55 branches : [ master ]
6+ paths-ignore :
7+ - ' .github/workflows/*.yml'
8+ - ' !.github/workflows/ubuntu-build.yml'
69 pull_request :
710 branches : [ master ]
11+ paths-ignore :
12+ - ' .github/workflows/*.yml'
13+ - ' !.github/workflows/ubuntu-build.yml'
814 schedule :
915 - cron : ' 42 8 * * *'
1016
You can’t perform that action at this time.
0 commit comments