Page MenuHomePhabricator
Paste P7246

MW Core blubber.yaml
ActivePublic

Authored by dduvall on Jun 11 2018, 7:08 PM.
Tags
None
Referenced Files
F21990943: MW Core blubber.yaml
Jun 11 2018, 7:08 PM
Subscribers
None
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]

Event Timeline

dduvall changed the title of this paste from untitled to MW Core blubber.yaml.
dduvall updated the paste's language from autodetect to autodetect.