We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f79ea97 commit cccad9fCopy full SHA for cccad9f
.travis.yml
@@ -82,7 +82,7 @@ before_install:
82
# use g++ on linux
83
- if [[ $TRAVIS_OS_NAME == "linux" ]]; then export CXX=g++; fi
84
- $CXX --version
85
-- npm install -g node-pre-gyp-github node-pre-gyp
+- npm install -g https://github.com/OpenWebCAD/node-pre-gyp-github.git node-pre-gyp
86
87
# compile Node-OCC
88
- bash ./prepare_node.sh
appveyor.yml
@@ -97,7 +97,7 @@ install:
97
true;
98
99
100
-- cmd: npm install mocha@7 node-pre-gyp-github -g
+- cmd: npm install mocha@7 https://github.com/OpenWebCAD/node-pre-gyp-github.git -g
101
- cmd: setenv.bat 64
102
- cmd: build.bat %PLATFORM%
103
0 commit comments