build.ps1 210 B

123456
  1. # powershell -ExecutionPolicy ByPass -File .\build\build.ps1
  2. # first so `bash` is the one installed with `git`, avoid conflict with WSL
  3. $env:Path = "C:\Program Files\Git\bin;" + $env:Path
  4. bash ./dev/build.sh