build_windows.ps1 283 B

1234567891011121314
  1. # powershell -ExecutionPolicy ByPass -File .\build\build_windows.ps1
  2. $env:Path += ";C:\Program Files\Git\bin"
  3. Remove-Item -Recurse -Force VSCode*
  4. bash ./get_repo.sh
  5. $Env:SHOULD_BUILD = 'yes'
  6. $Env:CI_BUILD = 'no'
  7. $Env:OS_NAME = 'windows'
  8. $Env:VSCODE_ARCH = 'x64'
  9. bash ./build.sh