We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 223f549 commit 07cf36bCopy full SHA for 07cf36b
appveyor.yml
@@ -18,6 +18,9 @@ skip_commits:
18
# environment configuration #
19
#---------------------------------#
20
environment:
21
+ # Build with multiple processes
22
+ CL: /MP
23
+
24
matrix:
25
# Qt6.7 / VisualStudio 2022 64bit
26
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022
@@ -62,7 +65,6 @@ build_script:
62
65
- cmd: call "%INIT_BAT%" %VCVARARG%
63
66
- cmd: set PATH=%QT_PATH%\bin;C:\tools\vcpkg\installed\x64-windows\tools;C:\tools\vcpkg\installed\x86-windows\tools;%PATH%
64
67
- cmd: echo %PATH%
- - cmd: set CL=/MP
68
- cmd: configure.bat --enable-debug
69
- cmd: cd src
70
- cmd: nmake install
0 commit comments