From 2dfbc989ba2bfdd4029dbaf468b5458248554d7a Mon Sep 17 00:00:00 2001 From: James Turner Date: Tue, 29 Nov 2016 16:30:01 +0000 Subject: [PATCH] Reduce logging level of NSIS. --- FlightGear.iss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/FlightGear.iss b/FlightGear.iss index a8d63e7..e5cd88a 100755 --- a/FlightGear.iss +++ b/FlightGear.iss @@ -26,6 +26,9 @@ #define VSInstallDir GetEnv("VSINSTALLDIR") #endif +; don't fill up the Jenkins logs with output, only show warnings +#verbose 1 + #define VCInstallDir VSInstallDir + "\VC" #define InstallDir32 "X:\install\msvc140" #define OSGInstallDir InstallDir32 + "\OpenSceneGraph"