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

index 375109477130d97e858b002b1b0dc917126a8557..a35f282a12a132ca958e83e8d9db2e88dd51be92 100644 (file)
@@ -8,7 +8,7 @@ on:
 
 jobs:
   build:
-    name: ${{ matrix.cc }} ${{ matrix.double && 'double' || 'float'}}
+    name: ${{ matrix.os }} ${{ matrix.cc }} ${{ matrix.double && 'double' || 'float'}}
     runs-on: ubuntu-latest
     if: "!contains(github.event.head_commit.message, '[skip ci]')"
     strategy:
index abcd3b8c32676ef94dc4334c0430278d35d1aba4..b0497877158af86d291db59572f56e48b749c1aa 100644 (file)
@@ -8,7 +8,7 @@ on:
 
 jobs:
   build:
-    name: ${{ matrix.cc }} ${{ matrix.double && 'double' || 'float'}}
+    name: ${{ matrix.os }} ${{ matrix.cc }} ${{ matrix.double && 'double' || 'float'}}
     runs-on: macos-latest
     if: "!contains(github.event.head_commit.message, '[skip ci]')"
     strategy:
index 9a790008be8501cbf91b7e8a6e014d4150717fa0..f2af53497fd166be1fe30def3b31cdb6fc2c38bd 100644 (file)
@@ -8,7 +8,7 @@ on:
 
 jobs:
   build:
-    name: ${{ matrix.cc }} ${{ matrix.double && 'double' || 'float'}}
+    name: ${{ matrix.os }} ${{ matrix.cc }} ${{ matrix.double && 'double' || 'float'}}
     runs-on: windows-latest
     if: "!contains(github.event.head_commit.message, '[skip ci]')"
     strategy: