You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Felix Geyer
ff2e460c08
|
9 years ago | |
---|---|---|
.. | ||
Cygwin | ||
WiX | 9 years ago | |
CMakeInstall.bmp | ||
CMakeLogo.ico | ||
README | ||
create-cmake-release.cmake | 9 years ago | |
cygwin_release.cmake | 9 years ago | |
hythloth_release.cmake | ||
linux32_release.cmake | 9 years ago | |
linux64_release.cmake | 9 years ago | |
osx_release.cmake | 9 years ago | |
release_cmake.cmake | 9 years ago | |
release_cmake.sh.in | 9 years ago | |
upload_release.cmake | 9 years ago | |
win32_release.cmake | 9 years ago | |
win64_release.cmake | 9 years ago |
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.
Cygwin -> directory that contains cpack cygwin package files used in
CMakeCPack.cmake
machine_release.cmake : config files for each machine