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

Commit b18d9c0

Browse files
author
Simon Hofmann
committed
Updated build config
1 parent 7b70f5a commit b18d9c0

File tree

3 files changed

+0
-7
lines changed

3 files changed

+0
-7
lines changed

appveyor.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,4 @@ on_success:
6161
- cmd: cd c:\projects\opencv4nodejs
6262
- IF defined APPVEYOR_REPO_TAG_NAME (
6363
npm run prebuild -- -u %GITHUB_TOKEN%
64-
npm run prebuild -- -r electron -u %GITHUB_TOKEN%
65-
npm run prebuild -- -r node-webkit -u %GITHUB_TOKEN%
6664
)

ci/prebuild/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
{
22
"scripts": {
33
"prebuild": "bash ./prebuild.sh"
4-
},
5-
"dependencies": {
6-
"prebuild": "^8.2.0"
74
}
85
}

ci/prebuild/script/run-prebuild.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,4 @@ export OPENCV4NODEJS_DISABLE_AUTOBUILD=1
33
echo "Installing dependencies" &&\
44
npm install --unsafe-perm &&\
55
echo "Running prebuild" &&\
6-
cd ./prebuild &&\
7-
npm install --unsafe-perm &&\
86
npm run prebuild

0 commit comments

Comments
 (0)