]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
Add FreeBSD CI
authorbenrubson <6764151+benrubson@users.noreply.github.com>
Thu, 9 Jul 2020 16:23:11 +0000 (18:23 +0200)
committerWayne Davison <wayne@opencoder.net>
Sat, 11 Jul 2020 18:54:33 +0000 (11:54 -0700)
.cirrus.yml [new file with mode: 0644]

diff --git a/.cirrus.yml b/.cirrus.yml
new file mode 100644 (file)
index 0000000..b99e82b
--- /dev/null
@@ -0,0 +1,10 @@
+task:
+  name: FreeBSD
+  freebsd_instance:
+    image: freebsd-12-1-release-amd64
+  install_script:
+    - ln -s /usr/local/bin/bash /bin/bash
+  script:
+    - CPPFLAGS=-I/usr/local/include/ LDFLAGS=-L/usr/local/lib/ ./configure
+    - make
+    - ./rsync --version