ci(amd64/msvc): source vsdevcmd.bat
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
This commit is contained in:
parent
77f83e5247
commit
6e783e1626
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
# @ref https://learn.microsoft.com/en-us/cpp/build/reference/compiler-options-listed-by-category
|
||||
|
||||
# @todo(Light): Pull this from an environment variable
|
||||
& "C:\Program Files\Microsoft Visual Studio\18\Enterprise\Common7\Tools\VsDevCmd.bat"
|
||||
# @todo(Light): Pull the path from an environment variable
|
||||
cmd /c '"C:\Program Files\Microsoft Visual Studio\18\Enterprise\Common7\Tools\VsDevCmd.bat" && powershell -NoProfile -Command "."'
|
||||
|
||||
if (Test-Path "./build") {
|
||||
Remove-Item "./build" -r -force
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue