]> Nishi Git Mirror - gwion.git/commitdiff
:wrench: Give builds names
authorJérémie Astor <astor.jeremie@wanadoo.fr>
Sat, 12 Sep 2020 17:31:50 +0000 (19:31 +0200)
committerJérémie Astor <astor.jeremie@wanadoo.fr>
Sat, 12 Sep 2020 17:31:50 +0000 (19:31 +0200)
.github/workflows/linux.yml
.github/workflows/macos.yml
.github/workflows/windows.yml

index a59cd84ed36e158f5f7a5d1faf43e8d417953e90..25c3796081f4e46670786446350f8554810bdcc8 100644 (file)
@@ -8,7 +8,7 @@ on:
 
 jobs:
   build:
-    name: \[ Linux \] ${{ matrix.double && 'double' || 'float '}} (${{ matrix.cc }})
+    name: Linux ${{ matrix.cc }} ${{ matrix.double && 'double' || 'float '}}
     runs-on: ubuntu-latest
     if: "!contains(github.event.head_commit.message, '[skip ci]')"
     strategy:
index ddcac55ea7d5fe7401342c76134213bed3fac332..1be69714abd10ed664eb64406a01e2b05862c2f9 100644 (file)
@@ -8,7 +8,7 @@ on:
 
 jobs:
   build:
-    name: \[  Mac  \] ${{ matrix.double && 'double' || 'float '}} (${{ matrix.cc }})
+    name: MacOS ${{ matrix.cc }} ${{ matrix.double && 'double' || 'float '}}
     runs-on: macos-latest
     if: "!contains(github.event.head_commit.message, '[skip ci]')"
     strategy:
index e8c80884d8a7dbfa283e1d89c2474a09f8ada826..fe451bda9c0ab28b872896114773026512fd3140 100644 (file)
@@ -8,7 +8,7 @@ on:
 
 jobs:
   build:
-    name: \[Windows\] ${{ matrix.double && 'double' || 'float'}}
+    name: Windows ${{ matrix.double && 'double' || 'float '}}
     runs-on: windows-latest
     if: "!contains(github.event.head_commit.message, '[skip ci]')"
     strategy: