mirror of
https://github.com/lovell/sharp.git
synced 2026-02-04 05:36:18 +01:00
19 lines
422 B
YAML
19 lines
422 B
YAML
freebsd_instance:
|
|
image_family: freebsd-16-0-snap
|
|
|
|
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/node22 www/npm
|
|
- pkg-config --modversion vips-cpp
|
|
install_script:
|
|
- npm install
|
|
- npm run build
|
|
test_script:
|
|
- node --test test/unit/io.js
|