summaryrefslogtreecommitdiff
path: root/appveyor.yml
AgeCommit message (Collapse)Author
2019-10-13Remove appveyor.yml.John MacFarlane
Appveyor has been difficult to get working, due to timeouts, and lately it has been failing for unknown reasons. We don't need the appveyor build any more, now that we have Windows CI, nightly, and release-candidate builds on GitHub actions.
2019-05-23Revert "appveyor - temporarily stop building pandoc-citeproc."John MacFarlane
This reverts commit b71d67ea03ba2daca7bac8d86b9dd32f71883486.
2019-05-22appveyor - temporarily stop building pandoc-citeproc.John MacFarlane
Once we get this cached we can add it back?
2019-03-28Revert "appveyor - just build dependencies."John MacFarlane
This reverts commit f520c4dfbb1c63123a9a088d560d16dee8e0d686.
2019-03-28appveyor - just build dependencies.John MacFarlane
This should build up our cache so we can build the whole thing.
2019-03-27appveyor - save cache on error.John MacFarlane
Hopefully this will allow new ghc builds to complete within 60 minutes, after a try or two.
2019-03-25appveyor.yml - use ghc 8.6.4.John MacFarlane
Hopefully this will fix segault issues on Windows. See #5037.
2019-01-07appveyor - use ghc 8.6.2, cabal 2.4.1.0.John MacFarlane
See #5037.
2018-10-18appveyor - --verbose to diagnose problem.John MacFarlane
Why is text-icu being built?
2018-09-26appveyor - Removed new-clean.John MacFarlane
2018-09-26Fixed appveyor improvemnets.John MacFarlane
2018-09-26More appveyor improvements.John MacFarlane
2018-09-26Added 'allow-newer' to cabal.project.John MacFarlane
2018-09-26appveyor - different try with 'new-test'.John MacFarlane
2018-09-26appveyor - single quote cache.John MacFarlane
2018-09-26appveyor - remove old stack stuff; revise to run new-test.John MacFarlane
2018-09-26appveyor - fix problem when cached cabal db already exists.John MacFarlane
2018-09-25appveyor - comment out caching of STACK_ROOT.John MacFarlane
2018-09-25appveyor - fix typo.John MacFarlane
2018-09-25appveyor - add cabal options, run tests.John MacFarlane
2018-09-25appveyor - add 64-bit cabal build.John MacFarlane
2018-09-25appveyor - fixed forfiles.John MacFarlane
2018-09-25appveyor - Remove -p from mkdir.John MacFarlane
2018-09-25appveyor - another try with forfiles.John MacFarlane
2018-09-25appveyor - allow RDP access on finish (temporary for debugging).John MacFarlane
2018-09-25cabal.project - use source repository stanzas.John MacFarlane
2018-09-25appveyor - use github version of memory for now with ghc 8.6.John MacFarlane
2018-09-25appveyor - clone pandoc-citeproc into vendor/.John MacFarlane
2018-09-25appveyor - git clone pandoc-citeproc repo.John MacFarlane
2018-09-25appveyor - Put cabal unpack in right place.John MacFarlane
2018-09-25appveyor - Unpack pandoc-citeproc.John MacFarlane
2018-09-25appveyor - added &&.John MacFarlane
2018-09-25appveyor - use forfiles and cabal new-build.John MacFarlane
new-install symlinks don't work on windows.
2018-09-25appveyor - try manually creating package.db.John MacFarlane
2018-09-25appveyor - another attempt.John MacFarlane
2018-09-25appveyor - use --allow-newerJohn MacFarlane
2018-09-25appveyor - workaround for bug in new-install.John MacFarlane
2018-09-25Revert "appveyor - remove cabal_store for now."John MacFarlane
This reverts commit 2927d1e12a15830ee0b71cfd80990efa72bfc402.
2018-09-25appveyor - remove cabal_store for now.John MacFarlane
2018-09-25appveyor - remove ghc --version.John MacFarlane
2018-09-25appveyor - Another try.John MacFarlane
2018-09-25appveyor - hopefully fix path.John MacFarlane
2018-09-25appveyor: another try.John MacFarlane
2018-09-25appveyor - Further diganostics.John MacFarlane
2018-09-25appveyor - use verbose for choco install ghc.John MacFarlane
2018-09-25appveyor - more diagnostics.John MacFarlane
2018-09-25appveyor - more diagnostics.John MacFarlane
2018-09-25appveyor - fix wixtoolset version.John MacFarlane
2018-09-25appveyor - added diagnostic.John MacFarlane
2018-09-25appveyor - Fix typo.John MacFarlane