lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 4a1c735 19/28: Rename CI job and build names


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 4a1c735 19/28: Rename CI job and build names for brevity and consistency
Date: Wed, 12 May 2021 18:14:45 -0400 (EDT)

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

    Rename CI job and build names for brevity and consistency
    
    The main job name shouldn't mention cross-compiling for MSW, as it now
    contains native Linux builds too.
    
    As for the names of the builds themselves, try to name them consistently
    using target-platform/build-system/compiler nomenclature.
---
 .github/workflows/ci.yml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 6352caa..254a372 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -20,7 +20,7 @@ on:
       - 'lmi_setup*.sh'
 
 jobs:
-  build-msw32-cross:
+  build-linux:
     runs-on: ubuntu-latest
     container: debian:sid-slim
     name: ${{ matrix.name }}
@@ -28,15 +28,15 @@ jobs:
       fail-fast: false
       matrix:
         include:
-          - name: Cross-compile for MSW-32
+          - name: MSW/make/mingw32
             triplet: i686-w64-mingw32
             mingw: true
-          - name: Native Linux build
+          - name: Linux/make/gcc
             mingw: false
-          - name: Linux using autotools
+          - name: Linux/autotools/gcc
             mingw: false
             autotools: true
-          - name: Linux with clang
+          - name: Linux/autotools/clang
             compiler: clang
             mingw: false
             autotools: true



reply via email to

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