[Scummvm-git-logs] scummvm master -> 4e8096a64d3e87d509ebfbacd53e768e7de6149c

sev- noreply at scummvm.org
Tue Apr 4 11:24:13 UTC 2023


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
4e8096a64d DIRECTOR: Attempt to get the buildbot build number


Commit: 4e8096a64d3e87d509ebfbacd53e768e7de6149c
    https://github.com/scummvm/scummvm/commit/4e8096a64d3e87d509ebfbacd53e768e7de6149c
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2023-04-04T13:23:53+02:00

Commit Message:
DIRECTOR: Attempt to get the buildbot build number

Changed paths:
    engines/director/score.cpp


diff --git a/engines/director/score.cpp b/engines/director/score.cpp
index 81d96314e86..f5ba4944acd 100644
--- a/engines/director/score.cpp
+++ b/engines/director/score.cpp
@@ -1082,6 +1082,10 @@ void Score::screenShot() {
 
 	warning("build Number is: %s", buildNumber);
 
+	const char *buildNumber2 = getenv("BUILDBOT_BUILDNUMBER");
+
+	warning("build Number2 is: %s", buildNumber2);
+
 	// If we are running inside of buildbot
 	if (buildNumber) {
 		// ./dumps/theapartment/25/xn--Main Menu-zd0e-19.png




More information about the Scummvm-git-logs mailing list