diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2024-04-07 18:46:40 +0200 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2024-04-07 18:46:40 +0200 |
commit | d871b07fcaaae785e851d6dbfc3c24a03ca1afcd (patch) | |
tree | be39bb1499bf9f1eb465e3674b13425c16b7cedf /.ci | |
parent | Try to fix missing resources.pri (diff) | |
download | nheko-d871b07fcaaae785e851d6dbfc3c24a03ca1afcd.tar.xz |
Use more cores on windows builds
Diffstat (limited to '.ci')
-rw-r--r-- | .ci/windows/build.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/windows/build.bat b/.ci/windows/build.bat index a95db4fd..4d392cb7 100644 --- a/.ci/windows/build.bat +++ b/.ci/windows/build.bat @@ -16,7 +16,7 @@ echo %DATE% call "C:/Program Files (x86)/Microsoft Visual Studio/2022/BuildTools/VC/Auxiliary/Build/vcvarsall.bat" x64 cmake -G "Visual Studio 17 2022" -A x64 -S. -Bbuild -DHUNTER_ROOT="C:\hunter" -DHUNTER_ENABLED=ON -DBUILD_SHARED_LIBS=OFF -DUSE_BUNDLED_OPENSSL=ON -DUSE_BUNDLED_KDSINGLEAPPLICATION=ON -DKDSingleApplication_STATIC=ON -DCMAKE_BUILD_TYPE=Release -DHUNTER_CONFIGURATION_TYPES=Release -cmake --build build --config Release +cmake --build build --config Release -j %NUMBER_OF_PROCESSORS% git clone https://github.com/Nheko-Reborn/qt-jdenticon.git |