sharp/.cirrus.yml
2022-03-09 19:26:43 +00:00

17 lines
373 B
YAML

freebsd_instance:
image_family: freebsd-14-0-snap
task:
name: FreeBSD 13.0
env:
IGNORE_OSVERSION: yes
skip_notifications: true
prerequisites_script:
- pkg update -f
- pkg upgrade -y
- pkg install -y devel/pkgconf graphics/vips www/node16 www/npm
install_script:
- npm install --build-from-source --unsafe-perm
test_script:
- npm test