mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 08:08:42 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user