Page MenuHomePhabricator

MW Core blubber.yaml

Authored By
dduvall
Jun 11 2018, 7:08 PM
Size
593 B
Referenced Files
None
Subscribers
None

MW Core blubber.yaml

version: v2
base: debian:buster-slim
apt:
packages:
- djvulibre-bin
- nodejs
- composer
- vim # for debugging
variants:
php7:
apt:
packages:
- php7.2
- php7.2-curl
- php7.2-gd
- php7.2-mbstring
- php7.2-sqlite
- php7.2-xml
- php7.2-zip # needed by composer
builder: [composer, install]
hhvm:
apt:
packages:
- hhvm
test-php7:
includes: [test, php7]
test-hhvm:
includes: [test, hhvm]
test:
runs:
insecurely: true
entrypoint: [composer, test]

File Metadata

Mime Type
text/plain; charset=utf-8
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
6013623
Default Alt Text
MW Core blubber.yaml (593 B)

Event Timeline