diff options
author | Brad King <brad.king@kitware.com> | 2020-05-05 18:51:04 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2020-05-05 18:56:26 (GMT) |
commit | ff929badb300800f5beecc921067456c0ae9842f (patch) | |
tree | d5caaf263542ce470f049570d271eaa47fd1cfee /Utilities/Release/win/x86/base/msvc-i386.bat | |
parent | 5f4f7e637a515d7fb9c6f5344169c37dc9d78a7f (diff) | |
download | CMake-ff929badb300800f5beecc921067456c0ae9842f.zip CMake-ff929badb300800f5beecc921067456c0ae9842f.tar.gz CMake-ff929badb300800f5beecc921067456c0ae9842f.tar.bz2 |
Utilities/Release: Add docker specs to build and test Windows binaries
These will allow anyone to produce portable binaries like those
published on `cmake.org`.
Follow the pattern from commit facc240a45 (Utilities/Release: Add docker
specs to build and test Linux binaries, 2019-08-23, v3.16.0-rc1~184^2~2).
Parameterize the architecture to support both `x86_64` and `i386`.
Diffstat (limited to 'Utilities/Release/win/x86/base/msvc-i386.bat')
-rwxr-xr-x | Utilities/Release/win/x86/base/msvc-i386.bat | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Utilities/Release/win/x86/base/msvc-i386.bat b/Utilities/Release/win/x86/base/msvc-i386.bat new file mode 100755 index 0000000..a63bdd2 --- /dev/null +++ b/Utilities/Release/win/x86/base/msvc-i386.bat @@ -0,0 +1 @@ +@C:\BuildTools\VC\Auxiliary\Build\vcvarsall.bat x86 |