Files
release-tools/snapshot.bat
Beman Dawes 2ca320ba96 Current release scripts
[SVN r50267]
2008-12-14 13:15:04 +00:00

18 lines
485 B
Batchfile

rem Run POSIX and Windows snapshots
rem Copyright 2008 Beman Dawes
rem Distributed under the Boost Software License, Version 1.0.
rem See http://www.boost.org/LICENSE_1_0.txt
rem Must be run in a directory devoted to boost release snapshots
echo Using %BOOST_TRUNK% as boost trunk
time /t
call %BOOST_TRUNK%\tools\release\snapshot_posix.bat
time /t
call %BOOST_TRUNK%\tools\release\snapshot_windows.bat
time /t
call %BOOST_TRUNK%\tools/release\snapshot_inspection.bat
time /t