snapshot.bat 578 B

1234567891011121314151617181920
  1. @echo off
  2. rem Run POSIX and Windows snapshots and inspection
  3. rem Copyright 2008 Beman Dawes
  4. rem Distributed under the Boost Software License, Version 1.0.
  5. rem See http://www.boost.org/LICENSE_1_0.txt
  6. rem Must be run in a directory devoted to boost release snapshots
  7. echo Using %BOOST_TRUNK% as boost trunk
  8. time /t
  9. call %BOOST_TRUNK%\tools\release\snapshot_download_docs.bat
  10. time /t
  11. call %BOOST_TRUNK%\tools\release\snapshot_posix.bat
  12. time /t
  13. call %BOOST_TRUNK%\tools\release\snapshot_windows.bat
  14. time /t
  15. call %BOOST_TRUNK%\tools\release\snapshot_inspection.bat
  16. time /t
粤ICP备19079148号