]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
Add some FreeBSD pkg installs and pause on linux.
authorWayne Davison <wayne@opencoder.net>
Sat, 11 Jul 2020 19:09:34 +0000 (12:09 -0700)
committerWayne Davison <wayne@opencoder.net>
Sat, 11 Jul 2020 19:11:13 +0000 (12:11 -0700)
.cirrus.yml
.github/workflows/ccpp.yml

index b99e82b77181fc59769c7ee4003f6e02a1b07776..572e47755087710594d4f28bc70a6b73a4fa0311 100644 (file)
@@ -4,6 +4,8 @@ task:
     image: freebsd-12-1-release-amd64
   install_script:
     - ln -s /usr/local/bin/bash /bin/bash
+    - pkg install -y autotools xxhash zstd liblz4
+
   script:
     - CPPFLAGS=-I/usr/local/include/ LDFLAGS=-L/usr/local/lib/ ./configure
     - make
index 63116804bc68b645cede761dd91002d007e0ab33..bbfaedc35bccba8fdb1f98d3869856961ec99840 100644 (file)
@@ -2,7 +2,7 @@ name: build
 
 on:
   push:
-    branches: [ master ]
+    branches: [ b3.0.x ]
   pull_request:
     branches: [ master ]