CMake/Utilities/Release
Brad King 93300f3623 Utilities/Release: Add html docs to Windows 64-bit binary
The 64-bit Windows binary is built in our second batch because it is
built on the same host as the 32-bit Windows binary.  When the
documentation generation was first added, it was not included in the
second batch because at the time that batch only included the Cygwin
binary.  Therefore the 64-bit Windows binary has been missing the
documentation since it was first created for CMake 3.6.

Since then the Cygwin binary was dropped so the second batch only
contains the 64-bit Windows binary.  Add the docs to it.

Closes: #16333
2016-09-28 08:55:29 -04:00
..
WiX Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
CMakeInstall.bmp BUG: Put back CMakeInstall.bmp in order to build a package with NSIS on Windows. It was inadvertently removed. 2007-09-06 17:47:47 -04:00
CMakeLogo.ico ENH: Put black outline around all resolutions of the new ico files. Looks better on a dark background than the lighter outline... 2007-11-08 15:54:26 -05:00
README Utilities/Release: Drop Cygwin binary 2016-09-12 09:22:50 -04:00
create-cmake-release.cmake Utilities/Release: Add html docs to Windows 64-bit binary 2016-09-28 08:55:29 -04:00
hythloth_release.cmake ENH: change name to MAKE_COMMAND 2006-05-08 16:50:17 -04:00
linux64_release.cmake Utilities/Release: Build Linux and OS X binaries as C++14 2016-09-16 12:52:13 -04:00
osx_release.cmake Utilities/Release: Build Linux and OS X binaries as C++14 2016-09-16 12:52:13 -04:00
release_cmake.cmake Utilities/Release: Drop Cygwin binary 2016-09-12 09:22:50 -04:00
release_cmake.sh.in Utilities/Release: Optionally load environment on remote build server 2015-12-21 09:52:28 -05:00
upload_release.cmake CMake 3.6.0-rc1 version update 2016-06-01 10:57:43 -04:00
win32_release.cmake Utilities/Release: Suppress KWSys ConsoleBuf test on Windows binaries 2016-09-19 08:40:10 -04:00
win64_release.cmake Utilities/Release: Suppress KWSys ConsoleBuf test on Windows binaries 2016-09-19 08:40:10 -04:00

README

To create a cmake release, make sure the "release" tag is pointing to the
expected git commit:

http://cmake.org/gitweb?p=cmake.git;a=shortlog;h=refs/heads/release

Then as kitware@hythloth, using an up-to-date CMake:

  cd ~/CMakeReleases/cmake/Utilities/Release
  mkdir 283rc1
  cd 283rc1
  ~/CMakeReleases/build/bin/cmake -DCMAKE_CREATE_VERSION=release -P ../create-cmake-release.cmake
  ./create-release.sh


create-cmake-release.cmake:  script to run to create release sh scripts
Add or remove machines in create-cmake-release.cmake.

machine_release.cmake : config files for each machine