ci(amd64/msvc): source vsdevcmd.bat
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
light7734 2026-02-02 13:13:32 +03:30
parent 6e783e1626
commit 991b875aba
Signed by: light7734
GPG key ID: E7CE6145374F0B5F
2 changed files with 1 additions and 4 deletions

View file

@ -13,7 +13,7 @@ platform:
steps:
- name: unit tests
shell: powershell
shell: 'C:\Program Files\Microsoft Visual Studio\18\Enterprise\Common7\Tools\VsDevCmd.bat'
commands:
- ./tools/ci/amd64/msvc/unit_tests.ps1

View file

@ -1,8 +1,5 @@
# @ref https://learn.microsoft.com/en-us/cpp/build/reference/compiler-options-listed-by-category
# @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
}