summary refs log tree commit diff
path: root/.ci
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2023-12-10 04:53:44 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2023-12-11 03:11:58 +0100
commit41427039904815063f29c79d68ce4064cacb311e (patch)
tree702125d1dd235c0b4c95211758e321e675347772 /.ci
parentFix joined spaces having no description (diff)
downloadnheko-41427039904815063f29c79d68ce4064cacb311e.tar.xz
Try to make windows notifications prettier
Diffstat (limited to '.ci')
-rw-r--r--.ci/windows/build.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/windows/build.bat b/.ci/windows/build.bat
index a79e2360..d74a2ea6 100644
--- a/.ci/windows/build.bat
+++ b/.ci/windows/build.bat
@@ -15,7 +15,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 -DCMAKE_BUILD_TYPE=Release -DHUNTER_CONFIGURATION_TYPES=Release

+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