summaryrefslogtreecommitdiffstats
path: root/Utilities/Release/dash2win64_cygwin.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Utilities/Release: Rename scripts to match target platformBrad King2016-03-171-33/+0
| | | | | The machine name we happen to use for the build is less informative than its platform.
* Utilities/Release: Move cygwin packages to a subdirectoryBrad King2015-10-061-0/+2
|
* Utilities/Release: Refactor bootstrap argument constructionBrad King2015-09-021-0/+1
| | | | | Pass needed bootstrap arguments directly instead of constructing them from various conditions.
* Do not install 3rd-party dependencies by defaultBrad King2015-08-051-0/+1
| | | | | | | | Disable the CMake_INSTALL_DEPENDENCIES option by default and turn it on explicitly in our packaging scripts. This simplifies packaging in distributions that provide the dependencies for us without having to install them. We only need 3rd-party runtime dependencies to be installed for packaging with redistributable binaries.
* Utilities/Release: Generate docs on dash2win64 cygwinBrad King2014-01-291-0/+2
| | | | | Configure the build on dash2win64 cygwin to run Sphinx and generate our documentation.
* Utilities/Release: Fix newlines on dash2win64 cygwinBrad King2014-01-291-1/+1
| | | | | Tell Git not to perform newline conversion by configuring 'core.autocrlf' to 'false'. Cygwin wants newlines like UNIX.
* Release: Temporarily exclude ExternalProject test on cygwinDavid Cole2012-06-221-0/+8
| | | | | | | | Only temporarily until we can setup a new cygwin build machine for making releases. It's specific to the script that runs on dash2win64 anyhow. When we add a new script to run it on a different machine, and stop building the cygwin releases on dash2win64, this change will naturally no longer apply.
* Release: Increase timeout for slow-testing cygwin buildDavid Cole2011-12-301-0/+1
| | | | | | | | The parent commit only added DART_TESTING_TIMEOUT to the cache. Also add CTEST_TEST_TIMEOUT because the logic in CMake/Tests/CMakeLists.txt uses that variable in its "long test timeout" computation. Now the cygwin build really does have 7200 seconds before it calls timeout death on a test.
* Release: Increase timeout for slow-testing cygwin buildDavid Cole2011-12-091-0/+1
| | | | | | Previously, the ExternalProject test was timing out at the default timeout value of 1500 seconds. Give it time, little one, it will finish if you learn patience.
* CMake: eliminate use of cvs in the Release scriptsDavid Cole2011-06-021-1/+0
| | | | | | | | | | | | | | Set GIT_COMMAND to "git" -- each machine involved in building the CMake release binaries has the right "git" in the PATH. Separate the release scripts into two batches so we can build multiple releases on the same machine, in serial, if necessary. We currnetly do this with the Windows and Cygwin release binaries on dash2win64. Sort the files to be uploaded, so that sorting them by modification time (file copy / upload time) is equivalent to sorting them alphabetically.
* Fix release scripts to be able to build releases from tags.Bill Hoffman2010-09-101-1/+2
|
* Switch to git repository for creation of nightly releases.Bill Hoffman2010-02-231-0/+1
|
* current release stuffBill Hoffman2010-02-091-0/+16