Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Brad King
CMake
Commits
262f3c71
Commit
262f3c71
authored
May 10, 2006
by
Bill Hoffman
Browse files
ENH: it works
parent
71b99356
Changes
2
Hide whitespace changes
Inline
Side-by-side
Utilities/Release/create-cmake-release.cmake
View file @
262f3c71
...
...
@@ -9,16 +9,18 @@ set(RELEASE_SCRIPTS
hythloth_release.cmake
# Linux
dashsgi1_release.cmake
# IRIX
dashsgi1_release64.cmake
# IRIX 64
vogon_release.cmake
# Windows
v60n177_aix_release.cmake
# AIX
)
file
(
WRITE create-
${
CMAKE_VERSION
}
.sh
"#!/bin/sh"
)
make_directory
(
${
CMAKE_CURRENT_SOURCE_DIR
}
/logs
)
foreach
(
f
${
RELEASE_SCRIPTS
}
)
file
(
APPEND create-
${
CMAKE_VERSION
}
.sh
"
${
CMAKE_COMMAND
}
-DCMAKE_VERSION=
${
CMAKE_VERSION
}
-P
${
CMAKE_ROOT
}
/Utilities/Release/
${
f
}
< /dev/null >&
${
CMAKE_CURRENT_SOURCE_DIR
}
/
${
f
}
-
${
CMAKE_VERSION
}
.log &
xterm -geometry 80x10 -sb -sl 2000 -T
${
f
}
-
${
CMAKE_VERSION
}
.log -e tail -f
${
CMAKE_CURRENT_SOURCE_DIR
}
/
${
f
}
-
${
CMAKE_VERSION
}
.log&"
)
${
CMAKE_COMMAND
}
-DCMAKE_VERSION=
${
CMAKE_VERSION
}
-P
${
CMAKE_ROOT
}
/Utilities/Release/
${
f
}
< /dev/null >&
${
CMAKE_CURRENT_SOURCE_DIR
}
/
logs/
${
f
}
-
${
CMAKE_VERSION
}
.log &
xterm -geometry 80x10 -sb -sl 2000 -T
${
f
}
-
${
CMAKE_VERSION
}
.log -e tail -f
${
CMAKE_CURRENT_SOURCE_DIR
}
/
logs/
${
f
}
-
${
CMAKE_VERSION
}
.log&"
)
endforeach
(
f
)
file
(
APPEND create-
${
CMAKE_VERSION
}
.sh
"
echo
\"
ps -ef | grep ssh | grep release
\"
...
...
Utilities/Release/vogon_release.cmake
View file @
262f3c71
...
...
@@ -3,6 +3,7 @@ set(CONFIGURE_WITH_CMAKE TRUE)
set
(
CMAKE_CONFIGURE_PATH
"c:/Hoffman/My
\\
Builds/CMakeVSNMake71Dev/bin/cmake.exe"
)
set
(
PROCESSORS 1
)
set
(
HOST vogon
)
set
(
INSTALLER_SUFFIX
"*.exe"
)
set
(
MAKE_PROGRAM
"nmake"
)
set
(
INITIAL_CACHE
"CMAKE_BUILD_TYPE:STRING=Release
CMAKE_SKIP_BOOTSTRAP_TEST:STRING=TRUE
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment