mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-17 15:32:10 +08:00
Utilities/Release: remove old macOS release script
macOS releases are now made by GitLab-CI.
This commit is contained in:
@@ -804,10 +804,6 @@ ${CMake_SOURCE_DIR}/Utilities/Release/push.bash --dir dev -- '${CMake_BUILD_NIGH
|
|||||||
set_tests_properties (${name} PROPERTIES TIMEOUT ${CMAKE_LONG_TEST_TIMEOUT})
|
set_tests_properties (${name} PROPERTIES TIMEOUT ${CMAKE_LONG_TEST_TIMEOUT})
|
||||||
endif()
|
endif()
|
||||||
endmacro()
|
endmacro()
|
||||||
if(CMake_BUILD_NIGHTLY_RELEASES)
|
|
||||||
ADD_NIGHTLY_BUILD_TEST(CMakeNightlyOSX
|
|
||||||
osx_release.cmake)
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# add tests with more complex invocations
|
# add tests with more complex invocations
|
||||||
add_test(Framework ${CMAKE_CTEST_COMMAND}
|
add_test(Framework ${CMAKE_CTEST_COMMAND}
|
||||||
|
@@ -45,10 +45,8 @@ echo 'Failed to create \${name}.tar.gz'
|
|||||||
endfunction()
|
endfunction()
|
||||||
|
|
||||||
write_docs_shell_script("create-${CMAKE_CREATE_VERSION}-docs.sh")
|
write_docs_shell_script("create-${CMAKE_CREATE_VERSION}-docs.sh")
|
||||||
write_rel_shell_script("create-${CMAKE_CREATE_VERSION}-macos.sh" osx_release ) # macOS x86_64
|
|
||||||
|
|
||||||
message("Build docs first and then build for each platform:
|
message("Build docs first and then build for each platform:
|
||||||
./create-${CMAKE_CREATE_VERSION}-docs.sh &&
|
./create-${CMAKE_CREATE_VERSION}-docs.sh &&
|
||||||
./create-${CMAKE_CREATE_VERSION}-macos.sh &&
|
|
||||||
echo done
|
echo done
|
||||||
")
|
")
|
||||||
|
@@ -1,34 +0,0 @@
|
|||||||
set(PROCESSORS 4)
|
|
||||||
set(CMAKE_RELEASE_DIRECTORY /Users/kitware/CMakeReleaseDirectory)
|
|
||||||
set(BOOTSTRAP_ARGS "--prefix=/ --docdir=doc/cmake")
|
|
||||||
set(HOST dragnipur)
|
|
||||||
set(MAKE_PROGRAM "make")
|
|
||||||
set(MAKE "${MAKE_PROGRAM} -j5")
|
|
||||||
set(CPACK_BINARY_GENERATORS "DragNDrop TGZ")
|
|
||||||
set(CPACK_SOURCE_GENERATORS "")
|
|
||||||
set(CPACK_DMG_FORMAT "UDBZ") #build using bzip2 for smaller package size
|
|
||||||
set(CC clang)
|
|
||||||
set(CXX clang++)
|
|
||||||
set(CFLAGS "")
|
|
||||||
set(CXXFLAGS "-stdlib=libc++")
|
|
||||||
set(INITIAL_CACHE "
|
|
||||||
CMAKE_BUILD_TYPE:STRING=Release
|
|
||||||
CMAKE_C_STANDARD:STRING=11
|
|
||||||
CMAKE_CXX_STANDARD:STRING=14
|
|
||||||
CMAKE_OSX_ARCHITECTURES:STRING=x86_64
|
|
||||||
CMAKE_OSX_DEPLOYMENT_TARGET:STRING=10.7
|
|
||||||
CMAKE_SKIP_BOOTSTRAP_TEST:STRING=TRUE
|
|
||||||
CPACK_SYSTEM_NAME:STRING=Darwin-x86_64
|
|
||||||
BUILD_CursesDialog:BOOL=ON
|
|
||||||
BUILD_QtDialog:BOOL=TRUE
|
|
||||||
CMake_GUI_DISTRIBUTE_WITH_Qt_LGPL:STRING=3
|
|
||||||
CMake_INSTALL_DEPENDENCIES:BOOL=ON
|
|
||||||
CMAKE_SKIP_RPATH:BOOL=TRUE
|
|
||||||
CMake_TEST_NO_FindPackageModeMakefileTest:BOOL=TRUE
|
|
||||||
")
|
|
||||||
set(ENV [[
|
|
||||||
export CMAKE_PREFIX_PATH='/Users/kitware/SDKs/qt-5.6.2-clang-x64'
|
|
||||||
]])
|
|
||||||
set(SIGN "")
|
|
||||||
get_filename_component(path "${CMAKE_CURRENT_LIST_FILE}" PATH)
|
|
||||||
include(${path}/release_cmake.cmake)
|
|
Reference in New Issue
Block a user