summaryrefslogtreecommitdiff
path: root/Tools/buildbot/buildmsi.bat
blob: e3c2dbd73d00dfa2e0529dadfd0889d52d3bd882 (plain)
1
2
3
4
5
6
7
8
9
@rem Used by the buildbot "buildmsi" step.
setlocal

pushd

@rem build both snapshot MSIs
call "%~dp0..\msi\build.bat" -x86 -x64

popd