summaryrefslogtreecommitdiffstats
path: root/.appveyor.yml
Commit message (Collapse)AuthorAgeFilesLines
* Do not build in parallel on AppVeyor.Jason Evans2017-05-121-2/+2
| | | | | | The compiler database used by MSVC is increasingly becoming corrupt, presumably due to concurrency-related corruption, despite the -FS compiler flag being specified as recommended.
* CI: Run --enable-debug builds on windowsDavid Goldblatt2017-02-011-1/+15
| | | | This will hopefully catch some windows-specific bugs.
* Add an AppVeyor configMike Hommey2016-06-091-0/+28
This builds jemalloc and runs all checks with: - MSVC 2015 64-bits - MSVC 2015 32-bits - MINGW64 (from msys2) - MINGW32 (from msys2) Normally, AppVeyor configs are named appveyor.yml, but it is possible to configure the .yml file name in the AppVeyor project settings such that the file stays "hidden", like typical travis configs.