sharp/.cirrus.yml

17 lines
359 B
YAML

freebsd_instance:
image_family: freebsd-13-2
task:
name: FreeBSD
env:
IGNORE_OSVERSION: yes
skip_notifications: true
prerequisites_script:
- pkg update -f
- pkg upgrade -y
- pkg install -y devel/git devel/pkgconf graphics/vips www/node20 www/npm
install_script:
- npm install --build-from-source
test_script:
- npm test