commit | 56568045c27285d54b52106486134efed31834bd | [log] [tgz] |
---|---|---|
author | nikola-sh <nikola-sh@narod.ru> | Thu Nov 28 02:42:54 2019 -0800 |
committer | Copybara-Service <copybara-worker@google.com> | Thu Nov 28 02:43:55 2019 -0800 |
tree | d48fe79f9f13451fb67fcba0bb8bcec4570fbbe9 | |
parent | 0982aaa4bcb311c2da31723cf2ce9541976638ca [diff] |
Fix VS15 toolchain configure: hide output from VsDevCmd.bat VsDevCmd.bat outputs header ``` ********************************************************************** ** Visual Studio 2019 Developer Command Prompt v16.3.10 ** Copyright (c) 2019 Microsoft Corporation ********************************************************************** ``` which interferes with ``` echo %VCINSTALLDIR% ``` and doesn't allow to configure VS toolchain. Closes #10321. PiperOrigin-RevId: 282910056
{Fast, Correct} - Choose two
Build and test software of any size, quickly and reliably.
Speed up your builds and tests: Bazel rebuilds only what is necessary. With advanced local and distributed caching, optimized dependency analysis and parallel execution, you get fast and incremental builds.
One tool, multiple languages: Build and test Java, C++, Android, iOS, Go, and a wide variety of other language platforms. Bazel runs on Windows, macOS, and Linux.
Scalable: Bazel helps you scale your organization, codebase, and continuous integration solution. It handles codebases of any size, in multiple repositories or a huge monorepo.
Extensible to your needs: Easily add support for new languages and platforms with Bazel's familiar extension language. Share and re-use language rules written by the growing Bazel community.
Follow our tutorials:
See CONTRIBUTING.md