Skip to content

Commit

Permalink
CI: added FreeBSD build
Browse files Browse the repository at this point in the history
  • Loading branch information
tridge committed Apr 6, 2024
1 parent 9505ac5 commit 99673f9
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/freebsd-build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Test rsync on FreeBSD

on: [push]

jobs:
test:
runs-on: ubuntu-latest
name: Test rsync on FreeBSD
steps:
- uses: actions/checkout@v4
- name: Test in FreeBSD
id: test
uses: vmactions/freebsd-vm@v1
with:
usesh: true
prepare: |
pkg install -y bash autotools m4 devel/xxhash zstd liblz4 wget python3 archivers/liblz4
run: |
freebsd-version
./configure --with-rrsync -disable-zstd --disable-md2man --disable-xxhash --disable-lz4
make
./rsync --version
./rsync-ssl --no-motd download.samba.org::rsyncftp/ || true

0 comments on commit 99673f9

Please sign in to comment.