AppVeyor - Revert QWT build to -j1 on Windows

To avoid ocassional errors due to race conditions,
since QWT is rebuilt only when appveyor.yml changes
the impact on performance is limited in normal cases.
This commit is contained in:
Alejandro Martinez
2026-01-02 17:32:47 -03:00
parent a6c2114e0a
commit 1b21c6a4fc

View File

@@ -223,7 +223,7 @@ build_script:
# Windows
- cmd: qmake.exe build.pro -r -spec win32-msvc
- cmd: if not exist qwt\lib\qwt.lib jom -j2 sub-qwt
- cmd: if not exist qwt\lib\qwt.lib jom -j1 sub-qwt
- cmd: jom -j2 sub-src
# Linux / macOS