mirror of
https://github.com/lovell/sharp.git
synced 2025-07-08 18:20:13 +02:00
18 lines
455 B
YAML
18 lines
455 B
YAML
freebsd_instance:
|
|
image_family: freebsd-15-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/node20 www/npm
|
|
- pkg-config --modversion vips-cpp
|
|
install_script:
|
|
- npm install --build-from-source
|
|
test_script:
|
|
- npx mocha --no-config --spec=test/unit/io.js --timeout=30000
|