mirror of
https://github.com/maputnik/editor.git
synced 2025-12-07 14:50:02 +00:00
Added multiple nodejs versions.
This commit is contained in:
@@ -25,6 +25,13 @@ templates:
|
||||
path: /tmp/artifacts
|
||||
destination: /artifacts
|
||||
jobs:
|
||||
build-linux-node-v6:
|
||||
docker:
|
||||
# specify the version you desire here
|
||||
- image: node:6
|
||||
- image: selenium/standalone-chrome:3.1.0
|
||||
working_directory: ~/repo
|
||||
steps: *steps
|
||||
build-linux-node-v8:
|
||||
docker:
|
||||
# specify the version you desire here
|
||||
@@ -32,9 +39,19 @@ jobs:
|
||||
- image: selenium/standalone-chrome:3.1.0
|
||||
working_directory: ~/repo
|
||||
steps: *steps
|
||||
build-linux-node-v9:
|
||||
docker:
|
||||
# specify the version you desire here
|
||||
- image: node:9
|
||||
- image: selenium/standalone-chrome:3.1.0
|
||||
working_directory: ~/repo
|
||||
steps: *steps
|
||||
|
||||
workflows:
|
||||
version: 2
|
||||
build:
|
||||
jobs:
|
||||
- build-linux-node-v6
|
||||
- build-linux-node-v8
|
||||
- build-linux-node-v9
|
||||
|
||||
|
||||
Reference in New Issue
Block a user