Commit 40019daf by Mithgol

AppVeyor: `echo %PLATFORM%`

parent f69b89a0
...@@ -28,6 +28,8 @@ install: ...@@ -28,6 +28,8 @@ install:
# make commit message env var shorter # make commit message env var shorter
- SET CM=%APPVEYOR_REPO_COMMIT_MESSAGE% - SET CM=%APPVEYOR_REPO_COMMIT_MESSAGE%
- if not "%CM%" == "%CM:[publish binary]=%" node-pre-gyp --msvs_version=2013 publish - if not "%CM%" == "%CM:[publish binary]=%" node-pre-gyp --msvs_version=2013 publish
- cmd: echo Platform: 
- cmd: echo %PLATFORM%
build: OFF build: OFF
test: OFF test: OFF
......
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