mirror of
https://github.com/vgough/encfs.git
synced 2024-11-24 00:43:41 +01:00
Add FreeBSD Cirrus CI (#580)
This commit is contained in:
parent
d9244a1341
commit
ee47e2fc14
12
.cirrus.yml
Normal file
12
.cirrus.yml
Normal file
@ -0,0 +1,12 @@
|
||||
task:
|
||||
freebsd_instance:
|
||||
matrix:
|
||||
image: freebsd-12-1-release-amd64
|
||||
install_script:
|
||||
- pkg install -y bash cmake fusefs-libs gettext perl5
|
||||
- ln -s /usr/local/bin/bash /bin/bash
|
||||
- ./ci/setup.sh
|
||||
script:
|
||||
- ./build.sh
|
||||
env:
|
||||
INTEGRATION: false
|
@ -5,6 +5,8 @@
|
||||
if [[ "$INTEGRATION" == "true" ]]; then
|
||||
if uname -s | grep -q Linux; then
|
||||
sudo modprobe fuse
|
||||
elif uname -s | grep -q FreeBSD; then
|
||||
kldload fuse
|
||||
elif uname -s | grep -q Darwin; then
|
||||
brew cask install osxfuse
|
||||
brew reinstall openssl
|
||||
|
Loading…
Reference in New Issue
Block a user