aboutsummaryrefslogtreecommitdiff
path: root/appveyor.yml
AgeCommit message (Collapse)AuthorFilesLines
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
2018-07-14Revert "appveyor - for diagnostics, try building just aeson-pretty..."John MacFarlane1-1/+1
This reverts commit 6aa6fb2692dbd6eda8950f8ee55ad29fb7c33cc6.
2018-07-14appveyor - for diagnostics, try building just aeson-pretty...John MacFarlane1-1/+1
instead of pandoc-citeproc.
2018-07-14appveyor: try with stack --no-terminal, remove verbosity.John MacFarlane1-1/+1
2018-07-14appveyor: use right option to change verbosity.John MacFarlane1-1/+1
2018-07-14appveyor: increase stack verbosity.John MacFarlane1-1/+1
2018-07-14appveyor: revert build aeson-pretty first.John MacFarlane1-1/+0
2018-07-13Fix aeson flag again...John MacFarlane1-1/+1
2018-07-13Fix appveyor flag.John MacFarlane1-1/+1
2018-07-13appveyor: try building aeson-pretty first...John MacFarlane1-0/+1
2018-04-12appveyor.yml - build 64 bit version and 32 bit.John MacFarlane1-4/+4
2018-03-12appveyor: use Visual Studio 2013 instead of 2015.John MacFarlane1-0/+1
Perhaps this will help with #4283.
2018-01-21appveyor - remove -fexternal-interpreter.John MacFarlane1-1/+1
This didn't help with the problem #4283.
2018-01-21appveyor - put comment about cache delete on one line,John MacFarlane1-4/+1
so it's easier to copy/paste.
2018-01-20More appveyor fixes.John MacFarlane1-2/+2
2018-01-20appveyor - changed syntax for adding ghc-options.John MacFarlane1-1/+1
2018-01-20appveyor.yml : use -fexternal-interpreter.John MacFarlane1-1/+2
This is supposed to help with the segfaults that come from use of TH. See #4021.
2017-12-27Update appveyor to use stack.yaml.John MacFarlane1-1/+1
2017-10-12appveyor.yml: added skip_commits.John MacFarlane1-0/+10
2017-10-11Revert "appveyor tweak - maybe this will help with the build issue."John MacFarlane1-1/+1
This reverts commit c40768b28a4646dec425ce4784cfcf46e2405464.
2017-10-11appveyor tweak - maybe this will help with the build issue.John MacFarlane1-1/+1
2017-08-16Ensure hslua is build for 32 bits on windows i386Albert Krewinkel1-1/+4
This prevents some otherwise hard to find and hard miscalculations in lua filters.
2017-05-24Revert "appveyor.yml: don't use matrix."John MacFarlane1-9/+5
This reverts commit d4ccd1e001bce84f1bae338cd07d4e8e2e7875cb.
2017-05-24appveyor.yml: don't use matrix.John MacFarlane1-5/+9
2017-05-24appveyor: turn off 64-bit build for now.John MacFarlane1-3/+3
2017-05-24appveyor.yml: added fast_finish, fails if either job fails.John MacFarlane1-0/+3
2017-05-19appveyor.yml - really fixed artifacts.John MacFarlane1-2/+2
2017-05-19appveyor.yml - fix artifacts.John MacFarlane1-4/+4
2017-05-19appveyor.yml: added comment with instructions to reset build cache.John MacFarlane1-0/+6
2017-05-19Revert "appveyor.yml - reset cache when appveyor.yml changes."John MacFarlane1-2/+2
This reverts commit 8ac2675c2788e4273c46c92e2a224583d51c2ad1.
2017-05-19appveyor.yml - reset cache when appveyor.yml changes.John MacFarlane1-2/+2
2017-05-19Fixed appveyor.yml.John MacFarlane1-2/+2
2017-05-19appveyor.yml updates.John MacFarlane1-6/+11
* Don't try to cache ghc, it's too big. * Build both 32 and 64 bit versions.
2017-05-19appveyor.yml. Fix WINBIN path.John MacFarlane1-1/+1
2017-05-19appveyor.yml - put stack executable in stack_root.John MacFarlane1-1/+1