mirror of
https://github.com/janet-lang/janet
synced 2025-01-22 13:16:52 +00:00
Try again with vcvarsall.bat
This commit is contained in:
parent
7252db1e63
commit
135abff100
@ -16,7 +16,7 @@ matrix:
|
|||||||
|
|
||||||
# skip unsupported combinations
|
# skip unsupported combinations
|
||||||
init:
|
init:
|
||||||
- call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvarsall.bat"
|
- call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvarsall.bat" %platform%
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- set JANET_BUILD=%appveyor_repo_commit:~0,7%
|
- set JANET_BUILD=%appveyor_repo_commit:~0,7%
|
||||||
@ -27,7 +27,7 @@ install:
|
|||||||
- build_win all
|
- build_win all
|
||||||
- refreshenv
|
- refreshenv
|
||||||
# We need to reload vcvars after refreshing
|
# We need to reload vcvars after refreshing
|
||||||
- call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvarsall.bat"
|
- call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvarsall.bat" %platform%
|
||||||
- build_win test-install
|
- build_win test-install
|
||||||
- set janet_outname=%appveyor_repo_tag_name%
|
- set janet_outname=%appveyor_repo_tag_name%
|
||||||
- if "%janet_outname%"=="" set janet_outname=v1.4.0
|
- if "%janet_outname%"=="" set janet_outname=v1.4.0
|
||||||
|
Loading…
Reference in New Issue
Block a user