boringssl/util/bot
David Benjamin 05a5beb35c Add support for finding depot_tools' MSVC toolchain on the bots.
- Pull in a trimmed down version of vs_toolchain.py from Chromium.

- Drop in toolchain_vs2013.hash from Chromium to use Chromium's
  current toolchain.

- Add a very hacky vs_env.py to pull in Visual Studio. This is
  loosely based off a handful of lines of Chromium's
  tools/clang/scripts/update.py. This (and vs_toolchain.py) depends
  on gyp which is now pulled in via DEPS.

BUG=430237

Change-Id: Ic29cbb15e19a99616cfe778d0778b9a71c45338a
Reviewed-on: https://boringssl-review.googlesource.com/3900
Reviewed-by: Adam Langley <agl@google.com>
2015-03-25 15:31:55 +00:00
..
go Drop in Go toolchain bootstrap scripts for the bots. 2015-02-17 23:25:12 +00:00
cmake-linux64.tar.gz.sha1 Pull in a pre-built tarball of cmake 3.1.3 for the bots. 2015-02-17 23:27:14 +00:00
cmake-mac.tar.gz.sha1 Add a prebuilt CMake for OS X for the bots. 2015-02-26 23:49:03 +00:00
cmake-win32.zip.sha1 Drop in prebuilt versions of Windows files. 2015-03-02 23:03:38 +00:00
DEPS Add support for finding depot_tools' MSVC toolchain on the bots. 2015-03-25 15:31:55 +00:00
extract.py Drop in prebuilt versions of Windows files. 2015-03-02 23:03:38 +00:00
perl-win32.zip.sha1 Drop in prebuilt versions of Windows files. 2015-03-02 23:03:38 +00:00
README Drop in Go toolchain bootstrap scripts for the bots. 2015-02-17 23:25:12 +00:00
toolchain_vs2013.hash Add support for finding depot_tools' MSVC toolchain on the bots. 2015-03-25 15:31:55 +00:00
vs_env.py Add support for finding depot_tools' MSVC toolchain on the bots. 2015-03-25 15:31:55 +00:00
vs_toolchain.py Add support for finding depot_tools' MSVC toolchain on the bots. 2015-03-25 15:31:55 +00:00
yasm-win32.exe.sha1 Drop in prebuilt versions of Windows files. 2015-03-02 23:03:38 +00:00

This directory contains tools for setting up a hermetic toolchain on the
continuous integration bots. It is in the repository for convenience and can be
ignored in development.