Commit graph

6 commits

Author SHA1 Message Date
Joe Hermaszewski
0430f5dc81 Less grammar mistakes
Changes to a comment on commented out code.
2016-01-04 17:56:29 +00:00
Emanuel Borsboom
e1605b8889 Disabled AppVeyor cache
in hopes of improving reliability (#1176)
2015-11-03 10:22:36 -08:00
Neil Mitchell
374296c869 Use stack setup so you can ignore most of the output
A workaround for https://github.com/commercialhaskell/stack/issues/1212
2015-10-26 09:02:38 +00:00
Neil Mitchell
cf09cab0f4 Don't cache the GHC folder
Experiments show caching the GHC folder makes appveyor go 2 to 3 minutes slower in the best case, and has a massively higher chance of falling over. Appveyor recommends the cache folders be < 100Mb, which this violates. Appveyor also zips the folders at the end, which is why caching is slower.
2015-10-26 09:01:18 +00:00
Neil Mitchell
3b54a9becc Simplify the before_test setup
Appveyor guarantees `curl` and `7z` on the PATH, so use the default tools, makes it easier to understand for non-Appveyor experts.
2015-10-19 10:44:50 +01:00
Michael Snoyman
df3255d9ca Include an appveyor.yml config (closes #457) 2015-09-21 14:46:40 +03:00