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

Commit 2d396c3

Browse files
author
Simon Hofmann
committed
Switched back to using prebuild directly
1 parent 1979563 commit 2d396c3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,5 @@ test_script:
5656
on_success:
5757
- cmd: cd c:\projects\opencv4nodejs
5858
- IF defined APPVEYOR_REPO_TAG_NAME (
59-
npm run prebuild
59+
npm run prebuild -- --include-regex "\.(node|a|so|dylib|lib|dll).*$" -u %GITHUB_TOKEN%
6060
)

ci/prebuild/prebuild.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ npm install --unsafe-perm &&\
44
cd test
55
npm install && npm test
66
cd -
7-
npm run prebuild
7+
npm run prebuild -- --include-regex "\.(node|a|so|dylib|lib|dll).*$" -u $GITHUB_TOKEN;

0 commit comments

Comments
 (0)