Commit e680ecf4 by Mithgol

the previous commit message used an ampersand and thus line 31 failed

parent 3bddd72a
......@@ -30,11 +30,12 @@ install:
# make commit message env var shorter
- SET CM=%APPVEYOR_REPO_COMMIT_MESSAGE%
- if not "%CM%" == "%CM:[publish binary]=%" node-pre-gyp --msvs_version=2013 publish
- cmd: if "%PLATFORM%" == "x86" if not "%nw_version%" == "" node-pre-gyp clean
- cmd: if "%PLATFORM%" == "x86" if not "%nw_version%" == "" cinst wget 7zip.commandline
- cmd: if "%PLATFORM%" == "x86" if not "%nw_version%" == "" wget http://dl.node-webkit.org/v%nw_version%/node-webkit-v%nw_version%-win-ia32.zip
- cmd: if "%PLATFORM%" == "x86" if not "%nw_version%" == "" 7z e -onw node-webkit-v%nw_version%-win-ia32.zip
- cmd: if "%PLATFORM%" == "x86" if not "%nw_version%" == "" dir nw
- if "%PLATFORM%" == "x86" if not "%nw_version%" == "" node-pre-gyp clean
- if "%PLATFORM%" == "x86" if not "%nw_version%" == "" cinst wget 7zip.commandline
- if "%PLATFORM%" == "x86" if not "%nw_version%" == "" wget http://dl.node-webkit.org/v%nw_version%/node-webkit-v%nw_version%-win-ia32.zip
- if "%PLATFORM%" == "x86" if not "%nw_version%" == "" 7z e -onw node-webkit-v%nw_version%-win-ia32.zip
- if "%PLATFORM%" == "x86" if not "%nw_version%" == "" dir nw
- if "%PLATFORM%" == "x86" if not "%nw_version%" == "" set PATH=nw;%PATH%
build: 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