Branch: refs/heads/master Author: Enrico Tröger enrico.troeger@uvena.de Committer: Enrico Tröger enrico.troeger@uvena.de Date: Thu, 12 Oct 2023 21:07:42 UTC Commit: 8a677b465fa60c77d6995b4a119755b754f0e78e https://github.com/geany/geany-plugins/commit/8a677b465fa60c77d6995b4a119755...
Log Message: ----------- CI: Log compiler and library versions in build output
Modified Paths: -------------- build/ci_mingw64_geany_plugins.sh
Modified: build/ci_mingw64_geany_plugins.sh 6 lines changed, 5 insertions(+), 1 deletions(-) =================================================================== @@ -123,7 +123,11 @@ log_environment() { echo "Geany installer : ${GEANY_INSTALLER_EXECUTABLE}" echo "PATH : ${PATH}" echo "HOST : ${HOST}" - echo "CC : ${CC}" + echo "GCC : $(${HOST}-gcc -dumpfullversion) ($(${HOST}-gcc -dumpversion))" + echo "G++ : $(${HOST}-g++ -dumpfullversion) ($(${HOST}-g++ -dumpversion))" + echo "Libstdc++ : $(dpkg-query --showformat='${Version}' --show libstdc++6:i386)" + echo "GLib : $(pkg-config --modversion glib-2.0)" + echo "GTK : $(pkg-config --modversion gtk+-3.0)" echo "CFLAGS : ${CFLAGS}" echo "Configure : ${CONFIGURE_OPTIONS}" }
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
plugins-commits@lists.geany.org