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

Commit 4a57f1d

Browse files
author
Simon Hofmann
committed
Updated CI configs
1 parent 0436c95 commit 4a57f1d

File tree

3 files changed

+10
-20
lines changed

3 files changed

+10
-20
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,10 @@ matrix:
6363
node_js: '10'
6464
env:
6565
- BUILD_TASK=prebuild
66+
- os: linux
67+
node_js: '11'
68+
env:
69+
- BUILD_TASK=prebuild
6670
- os: linux
6771
node_js: 'node'
6872
env:
@@ -104,7 +108,7 @@ before_install:
104108
- chmod +x ./ci/$BUILD_TASK/$BUILD_TASK.sh;
105109

106110
install:
107-
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then travis_wait 30 docker pull justadudewhohacks/opencv4nodejs-ci:$TAG; fi
111+
- if [[ "$TRAVIS_OS_NAME" == "linux" && $TAG != "" ]]; then travis_wait 30 docker pull justadudewhohacks/opencv4nodejs-ci:$TAG; fi
108112
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; brew install opencv@3; brew link --force opencv@3; fi
109113

110114
script:

appveyor.yml

Lines changed: 4 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -22,43 +22,29 @@ environment:
2222
- nodejs_version: 11
2323
PYTHON: "C:\\Python27-x64"
2424
PYTHON_VERSION: "2.7"
25-
opencv_version: 3.4.3
25+
opencv_version: 3.4.6
2626
# use self build
2727
OPENCV4NODEJS_DISABLE_AUTOBUILD: 1
2828
# node 10
2929
- nodejs_version: 10
3030
PYTHON: "C:\\Python27-x64"
3131
PYTHON_VERSION: "2.7"
32-
opencv_version: 3.4.3
33-
# use self build
34-
OPENCV4NODEJS_DISABLE_AUTOBUILD: 1
35-
# node 9
36-
- nodejs_version: 9
37-
PYTHON: "C:\\Python27-x64"
38-
PYTHON_VERSION: "2.7"
39-
opencv_version: 3.4.3
32+
opencv_version: 3.4.6
4033
# use self build
4134
OPENCV4NODEJS_DISABLE_AUTOBUILD: 1
4235
# node 8
4336
- nodejs_version: 8
4437
PYTHON: "C:\\Python27-x64"
4538
PYTHON_VERSION: "2.7"
46-
opencv_version: 3.4.3
39+
opencv_version: 3.4.6
4740
# use self build
4841
OPENCV4NODEJS_DISABLE_AUTOBUILD: 1
4942
DISABLE_ASYNC_HOOKS_TEST: 1
50-
# node 7
51-
- nodejs_version: 7
52-
PYTHON: "C:\\Python27-x64"
53-
PYTHON_VERSION: "2.7"
54-
opencv_version: 3.4.3
55-
# use self build
56-
OPENCV4NODEJS_DISABLE_AUTOBUILD: 1
5743
# node 6
5844
- nodejs_version: 6
5945
PYTHON: "C:\\Python27-x64"
6046
PYTHON_VERSION: "2.7"
61-
opencv_version: 3.4.3
47+
opencv_version: 3.4.6
6248
# use self build
6349
OPENCV4NODEJS_DISABLE_AUTOBUILD: 1
6450

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opencv4nodejs",
3-
"version": "4.15.0",
3+
"version": "4.15.0-b3",
44
"description": "Asynchronous OpenCV 3.x nodejs bindings with JavaScript and TypeScript API.",
55
"keywords": [
66
"opencv",

0 commit comments

Comments
 (0)