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
e0767036b9
commit
77f83e5247
1 changed files with 3 additions and 0 deletions
|
|
@ -1,5 +1,8 @@
|
||||||
# @ref https://learn.microsoft.com/en-us/cpp/build/reference/compiler-options-listed-by-category
|
# @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"
|
||||||
|
|
||||||
if (Test-Path "./build") {
|
if (Test-Path "./build") {
|
||||||
Remove-Item "./build" -r -force
|
Remove-Item "./build" -r -force
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue