aboutsummaryrefslogtreecommitdiff
path: root/appveyor.yml
AgeCommit message (Collapse)AuthorFilesLines
2018-09-25cabal.project - use source repository stanzas.John MacFarlane1-2/+0
2018-09-25appveyor - use github version of memory for now with ghc 8.6.John MacFarlane1-0/+1
2018-09-25appveyor - clone pandoc-citeproc into vendor/.John MacFarlane1-1/+1
2018-09-25appveyor - git clone pandoc-citeproc repo.John MacFarlane1-1/+1
2018-09-25appveyor - Put cabal unpack in right place.John MacFarlane1-1/+1
2018-09-25appveyor - Unpack pandoc-citeproc.John MacFarlane1-0/+1
2018-09-25appveyor - added &&.John MacFarlane1-1/+1
2018-09-25appveyor - use forfiles and cabal new-build.John MacFarlane1-1/+2
new-install symlinks don't work on windows.
2018-09-25appveyor - try manually creating package.db.John MacFarlane1-2/+2
2018-09-25appveyor - another attempt.John MacFarlane1-2/+2
2018-09-25appveyor - use --allow-newerJohn MacFarlane1-2/+1
2018-09-25appveyor - workaround for bug in new-install.John MacFarlane1-1/+5
2018-09-25Revert "appveyor - remove cabal_store for now."John MacFarlane1-3/+3
This reverts commit 2927d1e12a15830ee0b71cfd80990efa72bfc402.
2018-09-25appveyor - remove cabal_store for now.John MacFarlane1-3/+3
2018-09-25appveyor - remove ghc --version.John MacFarlane1-1/+0
2018-09-25appveyor - Another try.John MacFarlane1-4/+2
2018-09-25appveyor - hopefully fix path.John MacFarlane1-1/+1
2018-09-25appveyor: another try.John MacFarlane1-5/+4
2018-09-25appveyor - Further diganostics.John MacFarlane1-2/+2
2018-09-25appveyor - use verbose for choco install ghc.John MacFarlane1-2/+2
2018-09-25appveyor - more diagnostics.John MacFarlane1-3/+2
2018-09-25appveyor - more diagnostics.John MacFarlane1-1/+3
2018-09-25appveyor - fix wixtoolset version.John MacFarlane1-1/+1
2018-09-25appveyor - added diagnostic.John MacFarlane1-5/+5
2018-09-25appveyor - Fix typo.John MacFarlane1-1/+1
2018-09-25appveyor - added refreshenv.John MacFarlane1-2/+4
2018-09-25appveyor - install cabal separately.John MacFarlane1-1/+3
2018-09-25appveyor - further tweaks, comment out stack build for now.John MacFarlane1-11/+14
2018-09-25More appveyor tweaks.John MacFarlane1-7/+8
2018-09-24appveyor.yml - another try.John MacFarlane1-2/+1
2018-09-24Revert "appveyor - comment out 64-bit build for now, add semicolons."John MacFarlane1-14/+14
This reverts commit 50294050b20a8139b87f34cb880f3c12ae720e4f.
2018-09-24appveyor - comment out 64-bit build for now, add semicolons.John MacFarlane1-14/+14
2018-09-24appveyor - remove stack i386 build.John MacFarlane1-11/+11
2018-09-24appveyor - another attempt.John MacFarlane1-12/+10
2018-09-24Revert "appveyor: Try without echo "" hack."John MacFarlane1-2/+2
This reverts commit 6315e8b6c3c17424c6eaf5cc9b1c11729d7315ba.
2018-09-24appveyor: Try without echo "" hack.John MacFarlane1-2/+2
2018-09-24appveyor - fix typo.John MacFarlane1-1/+1
2018-09-24appveyor - use ps.John MacFarlane1-12/+12
2018-09-24appveyor.yml - another tweak.John MacFarlane1-5/+6
2018-09-24appveyor.yml - fix env variables.John MacFarlane1-2/+2
2018-09-24appveyor.yml - use proper windows conditional syntax.John MacFarlane1-8/+6
2018-09-24Fix appveyor.yaml env variable.John MacFarlane1-1/+1
2018-09-24appveyor.yml - try adding cabal 8.6.1.1 build.John MacFarlane1-11/+33
2018-09-06Clean up appveyor build.John MacFarlane1-29/+21
We now use ghc 8.4.3, lts-12 for the 64-bit build. We still use ghc 8.2, lts-11 for the 32-bit build because of blocking bugs: https://github.com/commercialhaskell/stackage/issues/3385 With luck this will be fixed in ghc 8.6. Get stack from chocolatey. Use 32-bit stack for 32-bit builds, 64-bit for 64-bit.
2018-09-03appveyor.yml : try building with lts-12.John MacFarlane1-3/+16
2018-08-28appveyor.yml: use -arch with candle.John MacFarlane1-1/+3
This may help with #4795.
2018-08-16Revert "appveyor.yml: use regular stack.yaml, not stack.lts11.yaml."John MacFarlane1-2/+2
This reverts commit 0a93d33566c9ee9e11a6b8951c9b847c581df3d9.
2018-08-16appveyor.yml: use regular stack.yaml, not stack.lts11.yaml.John MacFarlane1-2/+2
2018-07-14appveyor: fixed use of --stack-yaml.John MacFarlane1-3/+3
2018-07-14appveyor: try using lts-11.John MacFarlane1-3/+3