Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
58 commits
Select commit Hold shift + click to select a range
cc535ae
MRZlib: optional properties output (CRC-32 + sizes) on raw compress (…
Grantim Apr 21, 2026
d9fb2d0
test: add compress-to-zip tests (#5933)
Fedr Apr 21, 2026
3c49f78
win: add _ITERATOR_DEBUG_LEVEL=2 distro (#5722)
MaxRayskiy Apr 21, 2026
6dadccc
test: add sphere mesh compress-to-zip test
Fedr Apr 19, 2026
1cb6fcc
fix
Fedr Apr 19, 2026
a700f5e
test: log mesh and zip sizes via spdlog::info
Fedr Apr 19, 2026
3573d8c
ci(windows): bust vcpkg cache on overlay/triplet/requirements changes
Fedr Apr 19, 2026
398d467
zlib overlay: drop vcpkg_fixup_pkgconfig() to avoid msys2 pkgconf dep
Fedr Apr 20, 2026
084a688
ci(windows): pre-populate msys2 pkgconf 1~2.2.0-1 for vcpkg 2024.10.21
Fedr Apr 20, 2026
8668768
zlib overlay: restore vcpkg_fixup_pkgconfig() now that pkgconf is pre…
Fedr Apr 20, 2026
bfe0299
ci(windows): pre-populate msys2-runtime 3.5.3-3 for vcpkg 2024.10.21
Fedr Apr 20, 2026
f37434d
ci: no-op re-trigger so skip-image-rebuild label takes effect
Fedr Apr 20, 2026
bd57ef0
increase timeout for vs2019
Fedr Apr 20, 2026
059aa8e
Bump astral-sh/setup-uv from 8.0.0 to 8.1.0 (#5935)
dependabot[bot] Apr 20, 2026
4195e4b
Support several objects in ImGuiMenu::drawTransform_ (#5929)
Grantim Apr 20, 2026
b54cb1e
RibbonMenu: Add button for changing the UI language (#5936)
oitel Apr 20, 2026
6ed207b
CI: Update PO files along with POT files (#5937)
oitel Apr 20, 2026
6871851
Support tabulated STL files (#5939)
Grantim Apr 20, 2026
b77e49b
fix(emscripten): restore apt mirror swap in builder stage (#5941)
Fedr Apr 20, 2026
73fb66e
fix self-boolean (#5942)
Fedr Apr 20, 2026
8ca53c8
ci(windows): propagate cmake/ninja build failures out of the Build step
Fedr Apr 21, 2026
2522d69
test: add many-small-files zip compression test
Fedr Apr 20, 2026
b2f6293
CompressManySmallFilesToZip test only with 2 times more files
Fedr Apr 21, 2026
8a362bf
Update vcpkg packages timeout
Fedr Apr 21, 2026
8fbe6e3
build(win): flatten ObjectFileName in fastmcpp.vcxproj to enable /MP …
Fedr Apr 21, 2026
ae337fb
MRZlib: move to MRMesh and switch to raw deflate (#5944)
Grantim Apr 21, 2026
316767b
use separate s3 for vcpkg cache
MaxRayskiy Apr 21, 2026
4355294
run ci
MaxRayskiy Apr 21, 2026
42deb4f
run test ci
MaxRayskiy Apr 21, 2026
cc6bf6a
run ci
MaxRayskiy Apr 21, 2026
be9e116
force skip prepare-image
MaxRayskiy Apr 21, 2026
2f153ed
force skip prepare-image
MaxRayskiy Apr 21, 2026
d23ad14
ci(vcpkg): overlay zlib port with zlib-ng built in compat mode
Fedr Apr 19, 2026
6c8dbac
test: add sphere mesh compress-to-zip test
Fedr Apr 19, 2026
754df11
fix
Fedr Apr 19, 2026
5f9fcec
test: log mesh and zip sizes via spdlog::info
Fedr Apr 19, 2026
31b81a9
ci(windows): bust vcpkg cache on overlay/triplet/requirements changes
Fedr Apr 19, 2026
16447e7
zlib overlay: drop vcpkg_fixup_pkgconfig() to avoid msys2 pkgconf dep
Fedr Apr 20, 2026
c71a15f
zlib overlay: restore vcpkg_fixup_pkgconfig() now that pkgconf is pre…
Fedr Apr 20, 2026
aaf8a88
ci(windows): pre-populate msys2-runtime 3.5.3-3 for vcpkg 2024.10.21
Fedr Apr 20, 2026
86271c9
ci: no-op re-trigger so skip-image-rebuild label takes effect
Fedr Apr 20, 2026
dbc3b26
increase timeout for vs2019
Fedr Apr 20, 2026
d36164d
ci(windows): propagate cmake/ninja build failures out of the Build step
Fedr Apr 21, 2026
b737f46
test: add many-small-files zip compression test
Fedr Apr 20, 2026
ce81600
CompressManySmallFilesToZip test only with 2 times more files
Fedr Apr 21, 2026
405a16a
Update vcpkg packages timeout
Fedr Apr 21, 2026
673f548
use separate s3 for vcpkg cache
MaxRayskiy Apr 21, 2026
40d0394
run ci
MaxRayskiy Apr 21, 2026
666f8ef
run test ci
MaxRayskiy Apr 21, 2026
4038b04
run ci
MaxRayskiy Apr 21, 2026
b336141
force skip prepare-image
MaxRayskiy Apr 21, 2026
8760602
force skip prepare-image
MaxRayskiy Apr 21, 2026
d284aff
fix install.bat s3 sufix
MaxRayskiy Apr 21, 2026
bcdce4b
Merge branch 'ci/libzip-zlib-ng-vcpkg-debug-test' of https://github.c…
MaxRayskiy Apr 21, 2026
2661545
fix MRTest
MaxRayskiy Apr 21, 2026
828849d
force s3 dir suffix
MaxRayskiy Apr 21, 2026
40a992e
use-s3-asset-provider
MaxRayskiy Apr 21, 2026
16d011c
incr aws creds timeout
MaxRayskiy Apr 22, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-test-distribute.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Build Test Distribute
on:
# Triggers the workflow on push or pull request events but only for the master branch
push:
branches: [ master ]
branches: [ master, ci/libzip-zlib-ng-vcpkg-debug-test]
pull_request:
branches: [ master ]

Expand Down
50 changes: 36 additions & 14 deletions .github/workflows/build-test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ on:

jobs:
windows-build-test:
timeout-minutes: 70
timeout-minutes: 180
runs-on: ${{ matrix.runner }}
strategy:
fail-fast: false
Expand All @@ -46,6 +46,7 @@ jobs:
env:
BUILD_C_SHARP: ${{ matrix.cxx_compiler == 'msvc-2022' && matrix.build_system == 'CMake' }}
PYTEST_C_SHARP_ARGS: --run-c-sharp-samples --csharp-sample-dir=..\source\x64\${{ matrix.config }}
VCPKG_DEFAULT_TRIPLET: ${{ matrix.vcpkg_triplet || 'x64-windows-meshlib' }}

steps:
- name: Checkout
Expand Down Expand Up @@ -88,10 +89,20 @@ jobs:
vcpkg.exe integrate install

- name: Restore Vcpkg Cache
if: ${{ false }}
uses: actions/cache@v5
id: vcpkg-cache
with:
key: vcpkg-cache-${{ matrix.vcpkg-version }}
# Cache key includes a hash of everything that influences which
# ports get built into C:\vcpkg\installed\. The vcpkg-version
# alone is insufficient: MeshLib ships overlay ports under
# thirdparty/vcpkg/ports (e.g. a zlib→zlib-ng-compat override,
# see MeshInspector/MeshLib#5932) and custom triplets; changes
# to any of those must bust the cache or the cached tree is
# served verbatim and the overrides never take effect.
# Also hashes the install list (windows.txt) and install.bat
# so that changing either forces a reinstall.
key: vcpkg-cache-${{ matrix.vcpkg-version }}-${{ hashFiles('thirdparty/vcpkg/ports/**', 'thirdparty/vcpkg/triplets/**', 'requirements/windows.txt', 'thirdparty/install.bat') }}
path: |
C:\vcpkg\*

Expand All @@ -101,10 +112,12 @@ jobs:
with:
role-to-assume: arn:aws:iam::259351611210:role/GitHubMeshLibAwsCredsRole
aws-region: us-east-1
role-duration-seconds: 7200

- name: Update vcpkg packages
# timeout-minutes: 3
run: |
.\thirdparty\install.bat --write-s3
.\thirdparty\install.bat --write-s3 --use-s3-asset-provider

- name: Vcpkg integrate install
working-directory: C:\vcpkg
Expand Down Expand Up @@ -188,9 +201,16 @@ jobs:
env:
GETTEXT_ROOT: C:\msys64_meshlib_mrbind\clang64
VCPKG_ROOT: C:\vcpkg
# `|| exit /b 1` is used instead of `if errorlevel 1 exit 1`
# because the latter can miss exit codes inside parenthesized IF
# blocks in cmd.exe (e.g. it failed to catch a ninja build failure).
# Error handling: use `|| exit /b 1` chained to each command instead
# of the `if errorlevel 1 exit 1` pattern. The latter was failing to
# propagate `cmake --build` / ninja failures out of the step on
# windows-2025 runners; in a run where ninja reported
# `ninja: build stopped: subcommand failed` the step still exited 0
# and went on to `xcopy`, which hid the real failure and caused the
# next step's linker error for a nonexistent .lib. `|| exit /b 1`
# is evaluated at process-exit time rather than via the
# errorlevel-in-parens parsing quirks of cmd.exe IF blocks, and is
# the documented idiom for robust error propagation in batch files.
run: |
if ${{ fromJSON('["1==0", "1==1"]')[matrix.build_system == 'CMake'] }} (
call "${{matrix.vc-path}}\Common7\Tools\VsDevCmd.bat" -arch=amd64 ${{ fromJSON('["", "-vcvars_ver=14.2"]')[matrix.cxx_compiler == 'msvc-2019'] }} || exit /b 1
Expand All @@ -204,7 +224,7 @@ jobs:
)

- name: Generate and build Python bindings
if: ${{inputs.mrbind}}
if: ${{inputs.mrbind && matrix.vcpkg_triplet != 'x64-windows-meshlib-iterator-debug'}}
shell: cmd
# Note that `\` doesn't work here as a line continuation, and will lead to weird errors.
run: |
Expand Down Expand Up @@ -238,12 +258,13 @@ jobs:
$xslt.Transform("_report_nunit.xml", "unit_tests_report_nunit.xml")

- name: Python Sanity Tests
if: ${{matrix.vcpkg_triplet != 'x64-windows-meshlib-iterator-debug'}}
timeout-minutes: 8
working-directory: source\x64\${{ matrix.config }}
run: py -3 ..\..\..\scripts\run_python_test_script.py -d '..\test_python' -a ' --junit-xml=../unit_tests_report_pytest.xml'

- name: Python Regression Tests
if: ${{ inputs.internal_build }}
if: ${{inputs.internal_build && matrix.vcpkg_triplet != 'x64-windows-meshlib-iterator-debug'}}
uses: ./.github/actions/python-regression-tests
with:
build_config: ${{ matrix.config }}
Expand Down Expand Up @@ -283,12 +304,13 @@ jobs:
if: ${{ matrix.config == 'Release' }} # debug builds not supported due to missing file 'tbb12_debug.lib'
env:
VCPKG_ROOT: C:\vcpkg
VCPKG_TARGET_TRIPLET: ${{ matrix.vcpkg_triplet || 'x64-windows-meshlib' }}
run: |
& $env:CMAKE_EXE `
-S examples/cpp-examples `
-B cpp-examples-build `
-D MESHLIB_INCLUDE_DIRS="$pwd/source;$pwd/thirdparty/parallel-hashmap;$env:VCPKG_ROOT/installed/x64-windows-meshlib/include;$env:VCPKG_ROOT/installed/x64-windows-meshlib/include/eigen3" `
-D MESHLIB_LIB_DIRS="$pwd/source/x64/${{ matrix.config }};$env:VCPKG_ROOT/installed/x64-windows-meshlib/lib"
-D MESHLIB_INCLUDE_DIRS="$pwd/source;$pwd/thirdparty/parallel-hashmap;$env:VCPKG_ROOT/installed/$env:VCPKG_TARGET_TRIPLET/include;$env:VCPKG_ROOT/installed/$env:VCPKG_TARGET_TRIPLET/include/eigen3" `
-D MESHLIB_LIB_DIRS="$pwd/source/x64/${{ matrix.config }};$env:VCPKG_ROOT/installed/$env:VCPKG_TARGET_TRIPLET/lib"
& $env:CMAKE_EXE `
--build cpp-examples-build `
--config ${{ matrix.config }} `
Expand All @@ -310,7 +332,7 @@ jobs:
# https://github.com/actions/download-artifact#maintaining-file-permissions-and-case-sensitive-files
- name: Archive files
if: ${{ inputs.upload_artifacts && matrix.cxx_compiler == 'msvc-2019' && matrix.build_system == 'CMake' }}
run: tar -a -c -f MREDist_${{ matrix.config }}.zip ./source/x64/${{matrix.config}}
run: tar -a -c -f MREDist_${{ matrix.upload_name || matrix.config }}.zip ./source/x64/${{ matrix.config }}

- name: Archive generated C headers
if: ${{ inputs.upload_artifacts && matrix.cxx_compiler == 'msvc-2019' && matrix.build_system == 'CMake' && matrix.config == 'Release' && inputs.mrbind_c }}
Expand All @@ -320,8 +342,8 @@ jobs:
if: ${{ inputs.upload_artifacts && matrix.cxx_compiler == 'msvc-2019' && matrix.build_system == 'CMake' }}
uses: actions/upload-artifact@v7
with:
name: WindowsArchive_${{matrix.config}}
path: MREDist_${{matrix.config}}.zip
name: WindowsArchive_${{ matrix.upload_name || matrix.config }}
path: MREDist_${{ matrix.upload_name || matrix.config }}.zip
retention-days: 1

- name: Collect artifact stats
Expand All @@ -330,7 +352,7 @@ jobs:
uses: ./.github/actions/collect-artifact-stats
with:
artifact_path: ${{ github.workspace }}
artifact_glob: MREDist_${{matrix.config}}.zip
artifact_glob: MREDist_${{ matrix.upload_name || matrix.config }}.zip
stats_file_suffix: -${{ steps.collect-runner-stats.outputs.job_id }}

- name: Upload MeshLibC2 headers archive
Expand Down
16 changes: 16 additions & 0 deletions .github/workflows/matrix/windows-finalize-release-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"config": "Debug",
"build_system": "CMake",
"vcpkg-version": "__VCPKG_VERSION_VS19__",
"vcpkg_triplet": "x64-windows-meshlib",
"runner": ["windows-2025"],
"vc-path": "C:\\Program Files\\Microsoft Visual Studio\\2022\\Enterprise",
"CUDA-VERSION": "11.4.2.47141",
Expand All @@ -17,12 +18,27 @@
"config": "Release",
"build_system": "CMake",
"vcpkg-version": "__VCPKG_VERSION_VS19__",
"vcpkg_triplet": "x64-windows-meshlib",
"runner": ["windows-2025"],
"vc-path": "C:\\Program Files\\Microsoft Visual Studio\\2022\\Enterprise",
"CUDA-VERSION": "11.4.2.47141",
"CUDA-MAJOR": "11",
"CUDA-MINOR": "4",
"test_artifacts_path": "windows/windows-2019/Release"
},
{
"cxx_compiler": "msvc-2019",
"config": "Debug",
"build_system": "CMake",
"vcpkg-version": "__VCPKG_VERSION_VS19__",
"vcpkg_triplet": "x64-windows-meshlib-iterator-debug",
"upload_name": "Debug-IteratorDebug",
"runner": ["windows-2025"],
"vc-path": "C:\\Program Files\\Microsoft Visual Studio\\2022\\Enterprise",
"CUDA-VERSION": "11.4.2.47141",
"CUDA-MAJOR": "11",
"CUDA-MINOR": "4",
"test_artifacts_path": "windows/windows-2019/Debug-IteratorDebug"
}
]
}
22 changes: 22 additions & 0 deletions .github/workflows/matrix/windows-full-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"config": "Debug",
"build_system": "MSBuild",
"vcpkg-version": "__VCPKG_VERSION_VS22__",
"vcpkg_triplet": "x64-windows-meshlib",
"runner": ["windows-2025"],
"vc-path": "C:\\Program Files\\Microsoft Visual Studio\\2022\\Enterprise",
"CUDA-VERSION": "12.0.1.52833",
Expand All @@ -17,6 +18,7 @@
"config": "Release",
"build_system": "MSBuild",
"vcpkg-version": "__VCPKG_VERSION_VS22__",
"vcpkg_triplet": "x64-windows-meshlib",
"runner": ["windows-2025"],
"vc-path": "C:\\Program Files\\Microsoft Visual Studio\\2022\\Enterprise",
"CUDA-VERSION": "12.0.1.52833",
Expand All @@ -29,6 +31,7 @@
"config": "Debug",
"build_system": "CMake",
"vcpkg-version": "__VCPKG_VERSION_VS22__",
"vcpkg_triplet": "x64-windows-meshlib",
"runner": ["windows-2025"],
"vc-path": "C:\\Program Files\\Microsoft Visual Studio\\2022\\Enterprise",
"CUDA-VERSION": "12.0.1.52833",
Expand All @@ -41,6 +44,7 @@
"config": "Release",
"build_system": "CMake",
"vcpkg-version": "__VCPKG_VERSION_VS22__",
"vcpkg_triplet": "x64-windows-meshlib",
"runner": ["windows-2025"],
"vc-path": "C:\\Program Files\\Microsoft Visual Studio\\2022\\Enterprise",
"CUDA-VERSION": "12.0.1.52833",
Expand All @@ -53,6 +57,7 @@
"config": "Debug",
"build_system": "MSBuild",
"vcpkg-version": "__VCPKG_VERSION_VS19__",
"vcpkg_triplet": "x64-windows-meshlib",
"runner": ["windows-2025"],
"vc-path": "C:\\Program Files\\Microsoft Visual Studio\\2022\\Enterprise",
"CUDA-VERSION": "11.4.2.47141",
Expand All @@ -65,6 +70,7 @@
"config": "Release",
"build_system": "MSBuild",
"vcpkg-version": "__VCPKG_VERSION_VS19__",
"vcpkg_triplet": "x64-windows-meshlib",
"runner": ["windows-2025"],
"vc-path": "C:\\Program Files\\Microsoft Visual Studio\\2022\\Enterprise",
"CUDA-VERSION": "11.4.2.47141",
Expand All @@ -77,6 +83,7 @@
"config": "Debug",
"build_system": "CMake",
"vcpkg-version": "__VCPKG_VERSION_VS19__",
"vcpkg_triplet": "x64-windows-meshlib",
"runner": ["windows-2025"],
"vc-path": "C:\\Program Files\\Microsoft Visual Studio\\2022\\Enterprise",
"CUDA-VERSION": "11.4.2.47141",
Expand All @@ -89,12 +96,27 @@
"config": "Release",
"build_system": "CMake",
"vcpkg-version": "__VCPKG_VERSION_VS19__",
"vcpkg_triplet": "x64-windows-meshlib",
"runner": ["windows-2025"],
"vc-path": "C:\\Program Files\\Microsoft Visual Studio\\2022\\Enterprise",
"CUDA-VERSION": "11.4.2.47141",
"CUDA-MAJOR": "11",
"CUDA-MINOR": "4",
"test_artifacts_path": "windows/windows-2019/Release"
},
{
"cxx_compiler": "msvc-2019",
"config": "Debug",
"build_system": "CMake",
"vcpkg-version": "__VCPKG_VERSION_VS19__",
"vcpkg_triplet": "x64-windows-meshlib-iterator-debug",
"upload_name": "Debug-IteratorDebug",
"runner": ["windows-2025"],
"vc-path": "C:\\Program Files\\Microsoft Visual Studio\\2022\\Enterprise",
"CUDA-VERSION": "11.4.2.47141",
"CUDA-MAJOR": "11",
"CUDA-MINOR": "4",
"test_artifacts_path": "windows/windows-2019/Debug-IteratorDebug"
}
]
}
17 changes: 17 additions & 0 deletions .github/workflows/matrix/windows-minimal-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"config": "Release",
"build_system": "CMake",
"vcpkg-version": "__VCPKG_VERSION_VS19__",
"vcpkg_triplet": "x64-windows-meshlib",
"runner": ["windows-2025"],
"vc-path": "C:\\Program Files\\Microsoft Visual Studio\\2022\\Enterprise",
"CUDA-VERSION": "11.4.2.47141",
Expand All @@ -17,6 +18,7 @@
"config": "Debug",
"build_system": "MSBuild",
"vcpkg-version": "__VCPKG_VERSION_VS22__",
"vcpkg_triplet": "x64-windows-meshlib",
"runner": ["windows-2025"],
"vc-path": "C:\\Program Files\\Microsoft Visual Studio\\2022\\Enterprise",
"CUDA-VERSION": "12.0.1.52833",
Expand All @@ -29,12 +31,27 @@
"config": "Release",
"build_system": "CMake",
"vcpkg-version": "__VCPKG_VERSION_VS22__",
"vcpkg_triplet": "x64-windows-meshlib",
"runner": ["windows-2025"],
"vc-path": "C:\\Program Files\\Microsoft Visual Studio\\2022\\Enterprise",
"CUDA-VERSION": "12.0.1.52833",
"CUDA-MAJOR": "12",
"CUDA-MINOR": "0",
"test_artifacts_path": "windows/windows-2022/Debug"
},
{
"cxx_compiler": "msvc-2019",
"config": "Debug",
"build_system": "CMake",
"vcpkg-version": "__VCPKG_VERSION_VS19__",
"vcpkg_triplet": "x64-windows-meshlib-iterator-debug",
"upload_name": "Debug-IteratorDebug",
"runner": ["windows-2025"],
"vc-path": "C:\\Program Files\\Microsoft Visual Studio\\2022\\Enterprise",
"CUDA-VERSION": "11.4.2.47141",
"CUDA-MAJOR": "11",
"CUDA-MINOR": "4",
"test_artifacts_path": "windows/windows-2019/Debug-IteratorDebug"
}
]
}
18 changes: 18 additions & 0 deletions .github/workflows/matrix/windows-standard-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"config": "Debug",
"build_system": "CMake",
"vcpkg-version": "__VCPKG_VERSION_VS19__",
"vcpkg_triplet": "x64-windows-meshlib",
"runner": ["windows-2025"],
"vc-path": "C:\\Program Files\\Microsoft Visual Studio\\2022\\Enterprise",
"CUDA-VERSION": "11.4.2.47141",
Expand All @@ -17,6 +18,7 @@
"config": "Release",
"build_system": "CMake",
"vcpkg-version": "__VCPKG_VERSION_VS19__",
"vcpkg_triplet": "x64-windows-meshlib",
"runner": ["windows-2025"],
"vc-path": "C:\\Program Files\\Microsoft Visual Studio\\2022\\Enterprise",
"CUDA-VERSION": "11.4.2.47141",
Expand All @@ -29,6 +31,7 @@
"config": "Release",
"build_system": "MSBuild",
"vcpkg-version": "__VCPKG_VERSION_VS22__",
"vcpkg_triplet": "x64-windows-meshlib",
"runner": ["windows-2025"],
"vc-path": "C:\\Program Files\\Microsoft Visual Studio\\2022\\Enterprise",
"CUDA-VERSION": "12.0.1.52833",
Expand All @@ -41,12 +44,27 @@
"config": "Release",
"build_system": "CMake",
"vcpkg-version": "__VCPKG_VERSION_VS22__",
"vcpkg_triplet": "x64-windows-meshlib",
"runner": ["windows-2025"],
"vc-path": "C:\\Program Files\\Microsoft Visual Studio\\2022\\Enterprise",
"CUDA-VERSION": "12.0.1.52833",
"CUDA-MAJOR": "12",
"CUDA-MINOR": "0",
"test_artifacts_path": "windows/windows-2022/Release"
},
{
"cxx_compiler": "msvc-2019",
"config": "Debug",
"build_system": "CMake",
"vcpkg-version": "__VCPKG_VERSION_VS19__",
"vcpkg_triplet": "x64-windows-meshlib-iterator-debug",
"upload_name": "Debug-IteratorDebug",
"runner": ["windows-2025"],
"vc-path": "C:\\Program Files\\Microsoft Visual Studio\\2022\\Enterprise",
"CUDA-VERSION": "11.4.2.47141",
"CUDA-MAJOR": "11",
"CUDA-MINOR": "4",
"test_artifacts_path": "windows/windows-2019/Debug-IteratorDebug"
}
]
}
Loading
Loading