Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c45f51e

Browse files
committed
Call vcvars batch file in appveyor.yml
As per https://www.appveyor.com/docs/lang/cpp/
1 parent f6ae9e7 commit c45f51e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ cache:
4444
- '%USERPROFILE%\.cache\matplotlib'
4545

4646
init:
47+
- call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars64.bat"
4748
- ps:
4849
Invoke-Webrequest
4950
-URI https://micro.mamba.pm/api/micromamba/win-64/latest

0 commit comments

Comments
 (0)