Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

Commit

Permalink
Feature/node 13 14 (#1)
Browse files Browse the repository at this point in the history
* Added node v13 and v14 to Travis build config

* Added node v13 and v14 to appveyor build config

* Version bump to 5.3.0-1
  • Loading branch information
s1hofmann authored Apr 28, 2020
1 parent 5193625 commit bbbbc4e
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 2 deletions.
32 changes: 32 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,22 @@ matrix:
node_js: 12
env:
- BUILD_TASK=prebuild
- os: linux
node_js: 13
env:
- BUILD_TASK=test
- os: linux
node_js: 13
env:
- BUILD_TASK=prebuild
- os: linux
node_js: 14
env:
- BUILD_TASK=test
- os: linux
node_js: 14
env:
- BUILD_TASK=prebuild

- os: osx
node_js: 8
Expand Down Expand Up @@ -69,6 +85,22 @@ matrix:
node_js: 12
env:
- BUILD_TASK=prebuild
- os: osx
node_js: 13
env:
- BUILD_TASK=test
- os: osx
node_js: 13
env:
- BUILD_TASK=prebuild
- os: osx
node_js: 14
env:
- BUILD_TASK=test
- os: osx
node_js: 14
env:
- BUILD_TASK=prebuild

before_install:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
Expand Down
4 changes: 4 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ environment:
PYTHON: "C:\\Python27-x64"

matrix:
- nodejs_version: 14
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
- nodejs_version: 13
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
- nodejs_version: 12
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
- nodejs_version: 11
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "opencv4nodejs-prebuilt",
"version": "5.3.0",
"version": "5.3.0-1",
"description": "Asynchronous OpenCV 3.x nodejs bindings with JavaScript and TypeScript API.",
"keywords": [
"opencv",
Expand Down

0 comments on commit bbbbc4e

Please sign in to comment.