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:
parent
6f58e630b6
commit
b3b033eefd
@ -36,7 +36,7 @@ install:
|
|||||||
build_script:
|
build_script:
|
||||||
- bash -c "autoconf"
|
- bash -c "autoconf"
|
||||||
- bash -c "./configure $CONFIG_FLAGS"
|
- bash -c "./configure $CONFIG_FLAGS"
|
||||||
- mingw32-make -j3
|
- mingw32-make
|
||||||
- file lib/jemalloc.dll
|
- file lib/jemalloc.dll
|
||||||
- mingw32-make -j3 tests
|
- mingw32-make tests
|
||||||
- mingw32-make -k check
|
- mingw32-make -k check
|
||||||
|
Loading…
Reference in New Issue
Block a user