mirror of
https://github.com/lovell/sharp.git
synced 2025-07-09 10:30:15 +02:00
14 lines
314 B
YAML
14 lines
314 B
YAML
freebsd_instance:
|
|
image_family: freebsd-12-0
|
|
|
|
task:
|
|
prerequisites_script:
|
|
- sed -i '' 's/quarterly/latest/g' /etc/pkg/FreeBSD.conf
|
|
- pkg update -f
|
|
- pkg upgrade -y
|
|
- pkg install -y pkgconf vips libnghttp2 node npm
|
|
install_script:
|
|
- npm install --unsafe-perm
|
|
test_script:
|
|
- npm test
|