]> Nishi Git Mirror - gwion.git/commitdiff
:wrench: Build name formatting
authorJérémie Astor <astor.jeremie@wanadoo.fr>
Tue, 5 May 2020 21:09:29 +0000 (23:09 +0200)
committerJérémie Astor <astor.jeremie@wanadoo.fr>
Tue, 5 May 2020 21:09:29 +0000 (23:09 +0200)
.github/workflows/linux.yml
.github/workflows/macos.yml
.github/workflows/windows.yml

index dda5db150bc06fcb6fa44b29380c59f7de33c715..4ebf9ff79b9e719a0aeca127ddb2b75634f99bf9 100644 (file)
@@ -8,7 +8,7 @@ on:
 
 jobs:
   build:
-    name: Linux ${{ matrix.cc }} ${{ matrix.double && 'double' || 'float'}}
+    name: [ Linux ] ${{ matrix.double && 'double' || 'float '}} (${{ matrix.cc }})
     runs-on: ubuntu-latest
     if: "!contains(github.event.head_commit.message, '[skip ci]')"
     strategy:
index ecc36716ef46cd733f794b5e6c698617c51a6a4b..25347fb90398ca63bf448dfe53bc9149e1b38e6d 100644 (file)
@@ -8,7 +8,7 @@ on:
 
 jobs:
   build:
-    name: Mac ${{ matrix.cc }} ${{ matrix.double && 'double' || 'float'}}
+    name: [  Mac  ] ${{ matrix.double && 'double' || 'float '}} (${{ matrix.cc }})
     runs-on: macos-latest
     if: "!contains(github.event.head_commit.message, '[skip ci]')"
     strategy:
index 33821949250c9beaad679ea08edf430dbad47d0e..de038f634aa4fc779c79e30c880f3ed9e1dc8967 100644 (file)
@@ -8,7 +8,7 @@ on:
 
 jobs:
   build:
-    name: Windows ${{ matrix.cc }} ${{ matrix.double && 'double' || 'float'}}
+    name: Windows ${{ matrix.double && 'double' || 'float'}}
     runs-on: windows-latest
     if: "!contains(github.event.head_commit.message, '[skip ci]')"
     strategy: