2015-04-13 13:59:54 -03:00
|
|
|
@rem Used by the buildbot "buildmsi" step.
|
2015-04-13 14:11:40 -03:00
|
|
|
setlocal
|
2015-04-13 13:59:54 -03:00
|
|
|
|
2015-04-13 14:11:40 -03:00
|
|
|
pushd
|
2015-04-13 13:59:54 -03:00
|
|
|
|
2015-04-13 14:11:40 -03:00
|
|
|
@rem build both snapshot MSIs
|
|
|
|
call "%~dp0..\msi\build.bat" -x86 -x64
|
2015-04-13 13:59:54 -03:00
|
|
|
|
2015-02-06 02:08:48 -04:00
|
|
|
popd
|