Skip to content

Commit cccad9f

Browse files
committed
use custom node-pre-gyp-github
1 parent f79ea97 commit cccad9f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ before_install:
8282
# use g++ on linux
8383
- if [[ $TRAVIS_OS_NAME == "linux" ]]; then export CXX=g++; fi
8484
- $CXX --version
85-
- npm install -g node-pre-gyp-github node-pre-gyp
85+
- npm install -g https://github.com/OpenWebCAD/node-pre-gyp-github.git node-pre-gyp
8686

8787
# compile Node-OCC
8888
- bash ./prepare_node.sh

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ install:
9797
true;
9898
9999
100-
- cmd: npm install mocha@7 node-pre-gyp-github -g
100+
- cmd: npm install mocha@7 https://github.com/OpenWebCAD/node-pre-gyp-github.git -g
101101
- cmd: setenv.bat 64
102102
- cmd: build.bat %PLATFORM%
103103

0 commit comments

Comments
 (0)