mirror of
https://github.com/lovell/sharp.git
synced 2025-07-09 10:30:15 +02:00
16 lines
321 B
YAML
16 lines
321 B
YAML
freebsd_instance:
|
|
image_family: freebsd-13-0-snap
|
|
|
|
task:
|
|
name: FreeBSD 13.0
|
|
env:
|
|
IGNORE_OSVERSION: yes
|
|
prerequisites_script:
|
|
- pkg update -f
|
|
- pkg upgrade -y
|
|
- pkg install -y pkgconf vips node npm
|
|
install_script:
|
|
- npm install --build-from-source --unsafe-perm
|
|
test_script:
|
|
- npm test
|