summaryrefslogtreecommitdiff
path: root/Tools/buildbot/buildmsi.bat
blob: 6804d794799509ba62abe452a197bf7b47609d43 (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