lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master 521017e 05/28: Show environment and compiler


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 521017e 05/28: Show environment and compiler information in the CI output
Date: Wed, 12 May 2021 18:14:42 -0400 (EDT)

branch: master
commit 521017e386455508d77ae57a6688aa648b8c2d51
Author: Vadim Zeitlin <vadim@tt-solutions.com>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    Show environment and compiler information in the CI output
    
    Make compiler and Wine (if used) version immediately available instead
    of having to hunt it by examining the packages that had been installed.
    
    Also show the environment.
---
 .github/workflows/ci.yml | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 58230dc..35f2ad0 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -122,6 +122,24 @@ jobs:
           
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/lmi/${LMI_COMPILER}_${LMI_TRIPLET}/build/ship
           echo "LD_LIBRARY_PATH=$LD_LIBRARY_PATH" >> $GITHUB_ENV
 
+          echo "User information:"
+          id
+          echo
+
+          echo "Environment:"
+          env | sort
+          echo
+
+          echo "Compiler version:"
+          $compiler --version
+          echo
+
+          if ${{ matrix.mingw }}; then
+            echo "Wine version:"
+            wine --version
+            echo
+          fi
+
       - name: Create lmi directories
         run: |
           for d in /opt/lmi /opt/lmi/print /etc/opt/lmi /srv/cache_for_lmi; do



reply via email to

[Prev in Thread] Current Thread [Next in Thread]