1
0
mirror of https://github.com/janet-lang/janet synced 2024-09-27 14:48:13 +00:00

release test 5

This commit is contained in:
Calvin Rose 2019-08-18 20:02:06 -04:00
parent a1f785038d
commit 1de09ec149

View File

@ -27,9 +27,9 @@ install:
# We need to reload vcvars after refreshing
- 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%"
- set janet_outname=%appveyor_repo_tag_name%
- if %janet_outname%=="" (set janet_outname=v1.2.0)
- echo %janet_outname%
build: off
only_commits: