mirror of
https://github.com/vgough/encfs.git
synced 2024-11-21 15:33:16 +01:00
23 lines
439 B
YAML
23 lines
439 B
YAML
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
|
|
|
|
macos_task:
|
|
matrix:
|
|
- name: MacOS
|
|
osx_instance:
|
|
image: catalina-xcode-11.3.1
|
|
install_script:
|
|
- ./ci/setup.sh
|
|
script:
|
|
- ./build.sh
|