Skip to content

Commit

Permalink
CI: added Solaris build
Browse files Browse the repository at this point in the history
Signed-off-by: Charalampos Mitrodimas <[email protected]>
  • Loading branch information
charmitro authored and tridge committed Apr 8, 2024
1 parent 5510255 commit 3f2a38b
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/solaris-build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: Test rsync on Solaris

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]

jobs:
solaris-test:
runs-on: ubuntu-latest
name: Test rsync on Solaris
steps:
- uses: actions/checkout@v4
- name: Test in Solaris
id: test
uses: vmactions/solaris-vm@v1
with:
usesh: true
prepare: |
pkg install bash automake gnu-m4 wget pkg://solaris/runtime/python-35 autoconf gcc
run: |
uname -a
./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 3f2a38b

Please sign in to comment.