|
16 | 16 | jobs: |
17 | 17 |
|
18 | 18 | linux: |
19 | | - name: '${{ matrix.os }} |
20 | | - <${{ matrix.compiler-desc }} , |
21 | | - config=${{ matrix.build-type }}, |
22 | | - shared=${{ matrix.build-shared }}, |
23 | | - cxx=${{ matrix.cxx-standard }}>' |
| 19 | + name: '${{ matrix.os }} / ${{ matrix.build-type }} / ${{ matrix.compiler-des }} ' |
| 20 | + |
24 | 21 | runs-on: ubuntu-latest |
25 | 22 | strategy: |
26 | 23 | matrix: |
@@ -110,23 +107,20 @@ jobs: |
110 | 107 | # --------------------------------------------------------------------------- |
111 | 108 |
|
112 | 109 | macos: |
113 | | - name: '${{ matrix.os }} |
114 | | - config=${{ matrix.build-type }}, |
115 | | - shared=${{ matrix.build-shared }}, |
116 | | - cxx=${{ matrix.cxx-standard }}' |
| 110 | + name: '${{ matrix.os }} / ${{ matrix.build-type }}' |
117 | 111 | runs-on: macos-latest |
118 | 112 | strategy: |
119 | 113 | matrix: |
120 | 114 | build: [1, 2] |
121 | 115 | include: |
| 116 | + |
122 | 117 | # Release |
123 | 118 | - build: 1 |
124 | 119 | build-type: Release |
125 | 120 | build-shared: 'ON' |
126 | 121 | cxx-standard: 17 |
127 | 122 | os: macos-latest |
128 | 123 |
|
129 | | - |
130 | 124 | # Debug |
131 | 125 | - build: 2 |
132 | 126 | build-type: Debug |
@@ -169,26 +163,23 @@ jobs: |
169 | 163 | # --------------------------------------------------------------------------- |
170 | 164 |
|
171 | 165 | windows: |
172 | | - name: '${{ matrix.os }} |
173 | | - <${{ matrix.compiler-desc }}, |
174 | | - config=${{ matrix.build-type }}, |
175 | | - shared=${{ matrix.build-shared }}, |
176 | | - cxx=${{ matrix.cxx-standard }}' |
| 166 | + name: '${{ matrix.os }} / ${{ matrix.build-type }}' |
177 | 167 | runs-on: windows-latest |
178 | 168 | strategy: |
179 | 169 | matrix: |
180 | 170 | build: [1, 2] |
181 | 171 | include: |
| 172 | + |
| 173 | + # Release |
182 | 174 | - build: 1 |
183 | 175 | build-type: Release |
184 | 176 | build-shared: 'ON' |
185 | | - compiler-desc: msvc16.11 |
186 | 177 | cxx-standard: 17 |
187 | | - |
| 178 | + |
| 179 | + # Debug |
188 | 180 | - build: 2 |
189 | 181 | build-type: Debug |
190 | 182 | build-shared: 'ON' |
191 | | - compiler-desc: msvc16.11 |
192 | 183 | cxx-standard: 17 |
193 | 184 |
|
194 | 185 |
|
|
0 commit comments