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.
Pierre Habouzit
4c630dbbc0
|
16 years ago | |
---|---|---|
.. | ||
Cygwin | 16 years ago | |
CMakeInstall.bmp | 16 years ago | |
CMakeLogo.ico | 16 years ago | |
README | 16 years ago | |
create-cmake-release.cmake | 16 years ago | |
dashmacmini2_release.cmake | 16 years ago | |
dashsgi1_release.cmake | 16 years ago | |
dashsgi1_release64.cmake | 16 years ago | |
dashsun1_release.cmake | 16 years ago | |
destiny_release.cmake | 16 years ago | |
hythloth_release.cmake | 16 years ago | |
magrathea_release.cmake | 16 years ago | |
muse_release.cmake | 16 years ago | |
muse_release64.cmake | 16 years ago | |
r15n65_aix_release.cmake | 16 years ago | |
r36n11_aix_release.cmake | 16 years ago | |
release_cmake.cmake | 16 years ago | |
release_cmake.sh.in | 16 years ago | |
upload_release.cmake | 16 years ago | |
v60n177_aix_release.cmake | 16 years ago | |
vogon_cygwin.cmake | 16 years ago | |
vogon_release.cmake | 16 years ago |
README
To create a cmake release, first test the branch:
mkdir 2-4
cd 2-4
cmake -DCMAKE_VERSION=CMake-2-4 -P ../create-cmake-release.cmake
./create-CMake-2-4.sh
If that works:
Then tag the minor release:
cvs tag 2-4-7
Then create a release from the tag:
mkdir 2-4-7
cd 2-4-7
cmake -DCMAKE_VERSION=CMake-2-4-7 -P ../create-cmake-release.cmake
./create-CMake-2-4.sh
create-cmake-release.cmake: script to run to create release sh script
To add or remove machines this file should be edited.
Cygwin -> directory that contains cpack cygwin package files used in
CMakeCPack.cmake)
machine_release.cmake : config files for each machine