Update job name in github actions. (#1721)

This commit is contained in:
Jérémie Dumas
2021-02-15 12:47:33 -08:00
committed by GitHub
parent c20c12460d
commit f73dc5c9f5
2 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -20,7 +20,7 @@ jobs:
####################
Unix:
name: ${{ matrix.name }} (${{ matrix.config }}, ${{ matrix.static }})
name: ${{ matrix.name }} (${{ matrix.config }}, ${{ fromJSON('["Static", "HeaderOnly"]')[matrix.static == 'ON'] }})
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
@@ -94,6 +94,7 @@ jobs:
####################
Windows:
name: Windows (${{ matrix.config }}, ${{ fromJSON('["Static", "HeaderOnly"]')[matrix.static == 'ON'] }})
runs-on: windows-2019
env:
CC: cl.exe
+2 -2
View File
@@ -17,7 +17,7 @@ jobs:
# https://github.com/onqtam/doctest/blob/dev/.github/workflows/main.yml
Unix:
name: ${{ matrix.name }} (${{ matrix.config }}, Static=${{ matrix.static }})
name: ${{ matrix.name }} (${{ matrix.config }}, ${{ fromJSON('["Static", "HeaderOnly"]')[matrix.static == 'ON'] }})
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
@@ -140,7 +140,7 @@ jobs:
####################
Windows:
name: Windows (${{ matrix.config }}, Static=${{ matrix.static }})
name: Windows (${{ matrix.config }}, ${{ fromJSON('["Static", "HeaderOnly"]')[matrix.static == 'ON'] }})
runs-on: windows-2019
env:
CC: cl.exe