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
3
3
on :
4
4
push :
5
5
branches : [ master ]
6
+ paths-ignore :
7
+ - ' .github/workflows/*.yml'
8
+ - ' !.github/workflows/cygwin-build.yml'
6
9
pull_request :
7
10
branches : [ master ]
11
+ paths-ignore :
12
+ - ' .github/workflows/*.yml'
13
+ - ' !.github/workflows/cygwin-build.yml'
8
14
schedule :
9
15
- cron : ' 42 8 * * *'
10
16
Original file line number Diff line number Diff line change @@ -3,8 +3,14 @@ name: Test rsync on FreeBSD
3
3
on :
4
4
push :
5
5
branches : [ master ]
6
+ paths-ignore :
7
+ - ' .github/workflows/*.yml'
8
+ - ' !.github/workflows/freebsd-build.yml'
6
9
pull_request :
7
10
branches : [ master ]
11
+ paths-ignore :
12
+ - ' .github/workflows/*.yml'
13
+ - ' !.github/workflows/freebsd-build.yml'
8
14
schedule :
9
15
- cron : ' 42 8 * * *'
10
16
22
28
with :
23
29
usesh : true
24
30
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
26
32
run : |
27
33
freebsd-version
28
34
./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
3
3
on :
4
4
push :
5
5
branches : [ master ]
6
+ paths-ignore :
7
+ - ' .github/workflows/*.yml'
8
+ - ' !.github/workflows/macos-build.yml'
6
9
pull_request :
7
10
branches : [ master ]
11
+ paths-ignore :
12
+ - ' .github/workflows/*.yml'
13
+ - ' !.github/workflows/macos-build.yml'
8
14
schedule :
9
15
- cron : ' 42 8 * * *'
10
16
Original file line number Diff line number Diff line change @@ -3,8 +3,14 @@ name: Test rsync on Solaris
3
3
on :
4
4
push :
5
5
branches : [ master ]
6
+ paths-ignore :
7
+ - ' .github/workflows/*.yml'
8
+ - ' !.github/workflows/solaris-build.yml'
6
9
pull_request :
7
10
branches : [ master ]
11
+ paths-ignore :
12
+ - ' .github/workflows/*.yml'
13
+ - ' !.github/workflows/solaris-build.yml'
8
14
schedule :
9
15
- cron : ' 42 8 * * *'
10
16
22
28
with :
23
29
usesh : true
24
30
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
26
32
run : |
27
33
uname -a
28
34
./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
3
3
on :
4
4
push :
5
5
branches : [ master ]
6
+ paths-ignore :
7
+ - ' .github/workflows/*.yml'
8
+ - ' !.github/workflows/ubuntu-build.yml'
6
9
pull_request :
7
10
branches : [ master ]
11
+ paths-ignore :
12
+ - ' .github/workflows/*.yml'
13
+ - ' !.github/workflows/ubuntu-build.yml'
8
14
schedule :
9
15
- cron : ' 42 8 * * *'
10
16
You can’t perform that action at this time.
0 commit comments