Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-03-04appveyor.yml: switch away from unstable image and simplify scriptAlexander Köplinger
The unstable image seemed to cause problems recently. We should just use the default image and fetch Cygwin ourselves. Also added caching of the Cygwin files and simplified the script a bit.
2015-01-08Only build the master branch on AppVeyorAlexander Köplinger
2014-10-26[CI] Add appveyor.yml configuration file to support Windows buildAlex J Lennon
Adds a configuration file to facilitate build of Mono with Cygwin on Appveyor Windows-based build workers. Dependencies are installed on a clean Appveyor build image for each build and the result of the 'make install' step is stored as a build output 'artifact' for further testing or deployment. Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>