mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2025-01-16 00:01:20 +01:00
Added C compiler for odd versions of node.js
See <https://github.com/laverdet/node-fibers/issues/333#issuecomment-282312238>
This commit is contained in:
parent
5efd2caeb8
commit
b1552248c3
1 changed files with 8 additions and 0 deletions
|
@ -21,3 +21,11 @@ script:
|
|||
- npm run lint
|
||||
- npm run lint-styles
|
||||
- npm run test
|
||||
env:
|
||||
- CXX=g++-4.8
|
||||
addons:
|
||||
apt:
|
||||
sources:
|
||||
- ubuntu-toolchain-r-test
|
||||
packages:
|
||||
- g++-4.8
|
||||
|
|
Loading…
Reference in a new issue