mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-15 06:02:57 +03:00
184b25ff7b
Mac will come in a follow up! As a drive-by, removed npm build everywhere, because npm install already runs build.
35 lines
668 B
YAML
35 lines
668 B
YAML
language: node_js
|
|
dist: bionic
|
|
addons:
|
|
apt:
|
|
packages:
|
|
# These are required to run webkit
|
|
- libwoff1
|
|
- libopus0
|
|
- libwebp6
|
|
- libwebpdemux2
|
|
- libenchant1c2a
|
|
- libgudev-1.0-0
|
|
- libsecret-1-0
|
|
- libhyphen0
|
|
- libgdk-pixbuf2.0-0
|
|
- libegl1
|
|
- libgles2
|
|
- libevent-2.1-6
|
|
- libnotify4
|
|
- libxslt1.1
|
|
- xvfb
|
|
notifications:
|
|
email: false
|
|
cache:
|
|
directories:
|
|
- node_modules
|
|
script:
|
|
- "npm run lint"
|
|
- "xvfb-run --auto-servernum npm run ctest"
|
|
- "xvfb-run --auto-servernum npm run ftest"
|
|
- "xvfb-run --auto-servernum npm run wtest"
|
|
jobs:
|
|
include:
|
|
- node_js: "12"
|