Home | History | Annotate | Download | only in buildbot
      1 @rem Used by the buildbot "buildmsi" step.
      2 setlocal
      3 
      4 pushd
      5 
      6 @rem build both snapshot MSIs
      7 call "%~dp0..\msi\build.bat" -x86 -x64
      8 
      9 popd