encfs/.cirrus.yml

13 lines
273 B
YAML
Raw Normal View History

2020-02-23 16:51:15 +01:00
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