ICU-21249 Change AppVeyor to not use parallel build due to Cygwin stability issues.

This commit is contained in:
Jeff Genovy 2020-09-30 11:44:28 -07:00
parent 309852e3df
commit 75e7e0bb08

View File

@ -66,7 +66,7 @@ for:
- "%CYG_ROOT%\\bin\\sh -lc 'uname -a'"
build_script:
- '%CYG_ROOT%\\bin\\bash -lc "cd $(cygpath ${APPVEYOR_BUILD_FOLDER}) && cd icu4c/source && ./runConfigureICU Cygwin && make -j2 check"'
- '%CYG_ROOT%\\bin\\bash -lc "cd $(cygpath ${APPVEYOR_BUILD_FOLDER}) && cd icu4c/source && ./runConfigureICU Cygwin && make check"'
# -
# matrix: