File tree Expand file tree Collapse file tree 1 file changed +42
-31
lines changed Expand file tree Collapse file tree 1 file changed +42
-31
lines changed Original file line number Diff line number Diff line change 11language : node_js
2- os : linux
3- dist : bionic
4- addons :
5- apt :
6- packages :
7- # These are required to run webkit
8- - libwoff1
9- - libopus0
10- - libwebp6
11- - libwebpdemux2
12- - libenchant1c2a
13- - libgudev-1.0-0
14- - libsecret-1-0
15- - libhyphen0
16- - libgdk-pixbuf2.0-0
17- - libegl1
18- - libgles2
19- - libevent-2.1-6
20- - libnotify4
21- - libxslt1.1
22- - libvpx5
23- # This is required to run chromium
24- - libgbm1
25- # this is needed for running headful tests
26- - xvfb
272notifications :
283 email : false
4+
295install :
306- npm ci
7+
318cache :
329 directories :
3310 - node_modules
34- script :
35- - npm run lint
36- - xvfb-run --auto-servernum npm run ctest
37- - xvfb-run --auto-servernum npm run ftest
38- - xvfb-run --auto-servernum npm run wtest
11+
3912jobs :
4013 include :
41- - node_js : ' 12'
14+ - os : linux
15+ dist : bionic
16+ node_js : ' 12'
17+ addons :
18+ apt :
19+ packages :
20+ # These are required to run webkit
21+ - libwoff1
22+ - libopus0
23+ - libwebp6
24+ - libwebpdemux2
25+ - libenchant1c2a
26+ - libgudev-1.0-0
27+ - libsecret-1-0
28+ - libhyphen0
29+ - libgdk-pixbuf2.0-0
30+ - libegl1
31+ - libgles2
32+ - libevent-2.1-6
33+ - libnotify4
34+ - libxslt1.1
35+ - libvpx5
36+ # This is required to run chromium
37+ - libgbm1
38+ # this is needed for running headful tests
39+ - xvfb
40+ script :
41+ - npm run lint
42+ - xvfb-run --auto-servernum npm run ctest
43+ - xvfb-run --auto-servernum npm run ftest
44+ - xvfb-run --auto-servernum npm run wtest
45+ - os : osx
46+ osx_image : xcode11.3
47+ node_js : ' 12'
48+ script :
49+ - npm run lint
50+ - npm run ctest
51+ - npm run ftest
52+ - npm run wtest
4253
You can’t perform that action at this time.
0 commit comments