mirror of
https://git.proxmox.com/git/mirror_xterm.js
synced 2025-10-04 13:45:28 +00:00
Parallelise build
This commit is contained in:
parent
850a238ca2
commit
fbc314a74b
@ -2,7 +2,11 @@ language: node_js
|
|||||||
node_js:
|
node_js:
|
||||||
- 6
|
- 6
|
||||||
env:
|
env:
|
||||||
|
global:
|
||||||
- CXX=g++-4.8
|
- CXX=g++-4.8
|
||||||
|
matrix:
|
||||||
|
- NPM_COMMAND=lint
|
||||||
|
- NPM_COMMAND=test
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
sources:
|
sources:
|
||||||
@ -11,6 +15,4 @@ addons:
|
|||||||
- g++-4.8
|
- g++-4.8
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
script:
|
script: npm run $NPM_COMMAND
|
||||||
- npm run lint
|
|
||||||
- npm run test
|
|
||||||
|
Loading…
Reference in New Issue
Block a user