Skip to content

Commit 07cf36b

Browse files
updated appveyor.yml
1 parent 223f549 commit 07cf36b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

appveyor.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ skip_commits:
1818
# environment configuration #
1919
#---------------------------------#
2020
environment:
21+
# Build with multiple processes
22+
CL: /MP
23+
2124
matrix:
2225
# Qt6.7 / VisualStudio 2022 64bit
2326
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022
@@ -62,7 +65,6 @@ build_script:
6265
- cmd: call "%INIT_BAT%" %VCVARARG%
6366
- cmd: set PATH=%QT_PATH%\bin;C:\tools\vcpkg\installed\x64-windows\tools;C:\tools\vcpkg\installed\x86-windows\tools;%PATH%
6467
- cmd: echo %PATH%
65-
- cmd: set CL=/MP
6668
- cmd: configure.bat --enable-debug
6769
- cmd: cd src
6870
- cmd: nmake install

0 commit comments

Comments
 (0)