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
18330eafcd
|
8 years ago | |
---|---|---|
.. | ||
WiX | 8 years ago | |
CMakeInstall.bmp | 15 years ago | |
CMakeLogo.ico | 15 years ago | |
README | 8 years ago | |
consolidate-relnotes.bash | 8 years ago | |
create-cmake-release.cmake | 8 years ago | |
linux64_release.cmake | 8 years ago | |
osx_release.cmake | 8 years ago | |
release_cmake.cmake | 8 years ago | |
release_cmake.sh.in | 8 years ago | |
upload_release.cmake | 8 years ago | |
win32_release.cmake | 8 years ago | |
win64_release.cmake | 8 years ago |
README
To create a cmake release, make sure the "release" tag is pointing to the
expected git commit:
https://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