summaryrefslogtreecommitdiffstats
path: root/Utilities/Release/dash2win64_cygwin.cmake
Commit message (Collapse)AuthorAgeFilesLines
* 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