|
11 | 11 | workflow_dispatch: |
12 | 12 |
|
13 | 13 | env: |
| 14 | + # 0.0.99: feature dep/feat forwarding (mcpp#243 — a feature can open a |
| 15 | + # feature OF a dependency, e.g. opencv `dnn` forwarding compat.opencv/dnn); |
| 16 | + # vendored xlings 0.4.67 for the >=2 index_repo install fix (mcpp#238 / |
| 17 | + # openxlings/xlings#374); build.mcpp compiled program named `.exe` on |
| 18 | + # Windows (mcpp#230 secondary surface, after the 0.0.96 scanner crash fix). |
14 | 19 | # 0.0.98: closes the obj-path disambiguation follow-ups that gated the |
15 | 20 | # source-build compat.opencv unification — #240 (link inputs now follow |
16 | 21 | # the disambiguated object names, so a dependency + consumer sharing a |
|
30 | 35 | # 0.0.94 fixed feature-gated `sources` under `mcpp test` (mcpp#218); 0.0.91 |
31 | 36 | # added standard = "c++fly" to the resolver grammar, so c++fly descriptors |
32 | 37 | # get the lint WARN below, not a hard grammar-parse rejection. |
33 | | - MCPP_VERSION: "0.0.98" |
| 38 | + MCPP_VERSION: "0.0.99" |
34 | 39 |
|
35 | 40 | jobs: |
36 | 41 | lint: |
@@ -182,21 +187,21 @@ jobs: |
182 | 187 | ext: tar.gz |
183 | 188 | mcpp: bin/mcpp |
184 | 189 | xlings: registry/bin/xlings |
185 | | - mcpp_version: "0.0.98" # keep in sync with env.MCPP_VERSION |
| 190 | + mcpp_version: "0.0.99" # keep in sync with env.MCPP_VERSION |
186 | 191 | - platform: macos |
187 | 192 | os: macos-15 |
188 | 193 | suffix: macosx-arm64 |
189 | 194 | ext: tar.gz |
190 | 195 | mcpp: bin/mcpp |
191 | 196 | xlings: registry/bin/xlings |
192 | | - mcpp_version: "0.0.98" # keep in sync with env.MCPP_VERSION |
| 197 | + mcpp_version: "0.0.99" # keep in sync with env.MCPP_VERSION |
193 | 198 | - platform: windows |
194 | 199 | os: windows-latest |
195 | 200 | suffix: windows-x86_64 |
196 | 201 | ext: zip |
197 | 202 | mcpp: bin/mcpp.exe |
198 | 203 | xlings: registry/bin/xlings.exe |
199 | | - mcpp_version: "0.0.98" # keep in sync with env.MCPP_VERSION |
| 204 | + mcpp_version: "0.0.99" # keep in sync with env.MCPP_VERSION |
200 | 205 | env: |
201 | 206 | MCPP_EFFECTIVE: ${{ matrix.mcpp_version }} |
202 | 207 | steps: |
|
0 commit comments