Skip to content

Commit 9c77a10

Browse files
committed
Increase builds jobs to enable parallel builds
1 parent 17ef8ba commit 9c77a10

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ before_install:
44
- "sudo apt-get -qq update"
55
- "sudo apt-get -qq install g++-4.8"
66
- "export CXX='g++-4.8'"
7+
- "export JOBS=4"
78
# This is a random private key used purely for testing.
89
before_script:
910
- echo -e "Host *\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ install:
2020
- ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version)
2121
- cmd: SET PATH=C:\Program Files (x86)\MSBuild\12.0\bin\;%PATH%
2222
- cmd: SET PATH=c:\python27;%PATH%
23+
- cmd: SET JOBS=4
2324
- cmd: ssh-agent -s
2425
- cmd: npm install -g node-gyp
2526
- npm install --msvs_version=2013

0 commit comments

Comments
 (0)