build_windows.ps1 310 B

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