More batch syntax issues.

This commit is contained in:
Calvin Rose 2019-08-18 20:27:26 -04:00
parent 1c73d8ce2b
commit c35d6d2396
1 changed files with 1 additions and 2 deletions

View File

@ -28,8 +28,7 @@ install:
- call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars32.bat"
- build_win test-install
- set janet_outname=%appveyor_repo_tag_name%
- if %janet_outname%=="" set janet_outname=v1.2.0
- echo %janet_outname%
- if "%janet_outname%"=="" set janet_outname=v1.2.0
build: off
only_commits: