encfs/.cirrus.yml
2020-02-29 00:06:08 +01:00

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