@eht16 commented on this pull request.
> + COMPILER_VERSION=$(gcc -dumpfullversion)
+
+ echo "Debian Distribution : $(grep PRETTY_NAME /etc/os-release | cut
-d '=' -f 2)"
+ echo "Geany version : ${GEANY_VERSION}"
+ echo "Geany GIT revision : ${GEANY_GIT_REVISION}"
+ echo "GLib version : ${GLIB_VERSION}"
+ echo "GTK version : ${GTK_VERSION}"
+ echo "GCC version : ${COMPILER_VERSION}"
+
+ cat <<EOT > ${OUTPUT_DIRECTORY}/geany/versions.json
+ {
+ "glib_version": "${GLIB_VERSION}",
+ "gtk_version": "${GTK_VERSION}",
+ "gcc_version": "${COMPILER_VERSION}",
+ }
+EOT
Nothing yet but it might become useful when using the scripts for nightly
builds to fill the table on https://www.geany.org/download/nightly-builds/.
But I'm quite undecided yet how to proceed with the nightly builds exactly and
the whole Debian package builds scripts are yet to be finalized. For now, I
would like to focus on the mingw64 parts to get them integrated into the
pipeline.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/infrastructure/pull/7#discussion_r1002516888
You are receiving this because you are subscribed to this thread.
Message ID: <geany/infrastructure/pull/7/review/[email protected]>