lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 12922c2 27/30: Generate product files in the


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 12922c2 27/30: Generate product files in the CI builds using autotools too
Date: Wed, 24 Mar 2021 15:31:11 -0400 (EDT)

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

    Generate product files in the CI builds using autotools too
    
    These files are required by some of the unit tests.
---
 .github/workflows/ci.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index a506826..7a9e47d 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -245,6 +245,11 @@ jobs:
           printf '391daa5cbc54e118c4737446bcb84eea'           
>/opt/lmi/data/passkey
 
       - name: Install
+        if: matrix.autotools
+        run: |
+          env -C /opt/lmi/data $(pwd)/${lmi_build_dir}/product_files
+
+      - name: Install
         if: matrix.autotools != true
         run: make install
 



reply via email to

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