Do not build in parallel on AppVeyor.

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.
This commit is contained in:
Jason Evans 2017-05-11 20:22:48 -07:00
parent 6f58e630b6
commit b3b033eefd

View File

@ -36,7 +36,7 @@ install:
build_script:
- bash -c "autoconf"
- bash -c "./configure $CONFIG_FLAGS"
- mingw32-make -j3
- mingw32-make
- file lib/jemalloc.dll
- mingw32-make -j3 tests
- mingw32-make tests
- mingw32-make -k check