Commit 071db6f5 by Dane Springmeyer

put node-pre-gyp on PATH [publish binary]

parent 4f374312
...@@ -16,6 +16,8 @@ install: ...@@ -16,6 +16,8 @@ install:
- npm install --build-from-source --msvs_version=2013 - npm install --build-from-source --msvs_version=2013
- npm install mocha - npm install mocha
- npm test - npm test
# add local node-pre-gyp dir to path
- SET PATH=C:\projects\node-sqlite3\node_modules\node-pre-gyp\bin;%PATH%
- node-pre-gyp package - node-pre-gyp package
# make commit message env var shorter # make commit message env var shorter
- SET CM=%APPVEYOR_REPO_COMMIT_MESSAGE% - SET CM=%APPVEYOR_REPO_COMMIT_MESSAGE%
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment