devops: attempt to add mac 10.14 (#2076)
This commit is contained in:
parent
f8bea85c88
commit
0e44589bee
33
.travis.yml
33
.travis.yml
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue