2019-11-19 03:18:28 +01:00
|
|
|
language: node_js
|
2019-12-06 00:18:55 +01:00
|
|
|
dist: bionic
|
2019-11-19 03:18:28 +01:00
|
|
|
addons:
|
|
|
|
|
apt:
|
|
|
|
|
packages:
|
2020-01-22 23:53:36 +01:00
|
|
|
# These are required to run webkit
|
2019-12-05 23:57:44 +01:00
|
|
|
- libwoff1
|
|
|
|
|
- libopus0
|
|
|
|
|
- libwebp6
|
|
|
|
|
- libwebpdemux2
|
|
|
|
|
- libenchant1c2a
|
|
|
|
|
- libgudev-1.0-0
|
|
|
|
|
- libsecret-1-0
|
|
|
|
|
- libhyphen0
|
|
|
|
|
- libgdk-pixbuf2.0-0
|
2020-01-22 23:53:36 +01:00
|
|
|
- libegl1
|
|
|
|
|
- libgles2
|
|
|
|
|
- libevent-2.1-6
|
|
|
|
|
- libnotify4
|
|
|
|
|
- libxslt1.1
|
2020-01-31 00:54:53 +01:00
|
|
|
# This is required to run chromium
|
|
|
|
|
- libgbm1
|
|
|
|
|
# this is needed for running headful tests
|
2020-01-22 23:53:36 +01:00
|
|
|
- xvfb
|
2019-11-19 03:18:28 +01:00
|
|
|
notifications:
|
|
|
|
|
email: false
|
|
|
|
|
cache:
|
|
|
|
|
directories:
|
|
|
|
|
- node_modules
|
|
|
|
|
script:
|
2020-01-24 00:24:58 +01:00
|
|
|
- "npm run lint"
|
2020-01-29 03:04:51 +01:00
|
|
|
- "xvfb-run --auto-servernum npm run ctest"
|
|
|
|
|
- "xvfb-run --auto-servernum npm run ftest"
|
|
|
|
|
- "xvfb-run --auto-servernum npm run wtest"
|
2019-11-19 03:18:28 +01:00
|
|
|
jobs:
|
|
|
|
|
include:
|
2020-01-22 23:53:36 +01:00
|
|
|
- node_js: "12"
|