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