devops: attempt to add mac 10.14 (#2076)

This commit is contained in:
Andrey Lushnikov 2020-05-01 14:03:09 -07:00 committed by GitHub
parent f8bea85c88
commit 0e44589bee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,20 @@
language: node_js
os: linux
dist: bionic
addons:
notifications:
email: false
install:
- npm ci
cache:
directories:
- node_modules
jobs:
include:
- os: linux
dist: bionic
node_js: '12'
addons:
apt:
packages:
# These are required to run webkit
@ -24,19 +37,17 @@ addons:
- libgbm1
# this is needed for running headful tests
- xvfb
notifications:
email: false
install:
- npm ci
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'
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
- os: osx
osx_image: xcode11.3
node_js: '12'
script:
- npm run lint
- npm run ctest
- npm run ftest
- npm run wtest