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

Commit cdf9c28

Browse files
author
Simon Hofmann
committed
[skip ci] Updated build config
1 parent 2938291 commit cdf9c28

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ install: travis_wait 30 docker pull justadudewhohacks/opencv4nodejs-ci:$TAG
4141
script:
4242
- cd ./ci/$BUILD_TASK
4343
- npm run $BUILD_TASK $TAG
44+
- cd -
4445

4546
after_success:
4647
- if [[ $TRAVIS_TAG != "" ]]; then

appveyor.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ test_script:
5858
- npm run test-externalMemTracking
5959

6060
on_success:
61-
- IF defined APPVEYOR_REPO_TAG_NAME npm install && npm run prebuild -- -u %GITHUB_TOKEN%
62-
- IF defined APPVEYOR_REPO_TAG_NAME npm install && npm run prebuild -- -r electron -u %GITHUB_TOKEN%
63-
- IF defined APPVEYOR_REPO_TAG_NAME npm install && npm run prebuild -- -r node-webkit -u %GITHUB_TOKEN%
61+
- cmd: cd c:\projects\opencv4nodejs
62+
- IF defined APPVEYOR_REPO_TAG_NAME npm run prebuild -- -u %GITHUB_TOKEN%
63+
- IF defined APPVEYOR_REPO_TAG_NAME npm run prebuild -- -r electron -u %GITHUB_TOKEN%
64+
- IF defined APPVEYOR_REPO_TAG_NAME npm run prebuild -- -r node-webkit -u %GITHUB_TOKEN%

0 commit comments

Comments
 (0)