lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master d94c9c6 4/4: Also test build with USE_SO_ATTR


From: Greg Chicares
Subject: [lmi-commits] [lmi] master d94c9c6 4/4: Also test build with USE_SO_ATTRIBUTES=1 in CI workflow
Date: Thu, 23 Jul 2020 09:07:06 -0400 (EDT)

branch: master
commit d94c9c6a02ebd9d68477510be16fdd00e62079a4
Author: Vadim Zeitlin <vadim@tt-solutions.com>
Commit: Vadim Zeitlin <vadim@tt-solutions.com>

    Also test build with USE_SO_ATTRIBUTES=1 in CI workflow
    
    This will probably be replaced later by running the complete
    nychthemeral test, but for now executing just a part of it is better
    than doing nothing.
---
 .github/workflows/ci.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 3bbae39..b9f4750 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -71,3 +71,6 @@ jobs:
 
       - name: Build lmi
         run: make $coefficiency --output-sync=recurse install
+
+      - name: Build lmi with SO attributes
+        run: make $coefficiency --output-sync=recurse build_type=so_test 
USE_SO_ATTRIBUTES=1 all



reply via email to

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