1
0
mirror of https://github.com/wolfpld/tracy synced 2025-04-29 12:23:53 +00:00

add tracy-edit debug compilation workflow

This commit is contained in:
Tiago Rodrigues 2023-11-17 16:29:06 -05:00 committed by trodrigues
parent a24fec91bd
commit 5c3e303f6f

View File

@ -36,6 +36,8 @@ jobs:
run: msbuild .\import-chrome\build\win32\import-chrome.vcxproj /property:Configuration=Debug /property:Platform=x64
- name: Import-chrome utility Release
run: msbuild .\import-chrome\build\win32\import-chrome.vcxproj /property:Configuration=Release /property:Platform=x64
- name: tracy-edit utility Debug
run: msbuild .\tracy-edit\build\win32\tracy-edit.vcxproj /property:Configuration=Debug /property:Platform=x64
- name: tracy-edit utility Release
run: msbuild .\tracy-edit\build\win32\tracy-edit.vcxproj /property:Configuration=Release /property:Platform=x64
- name: Library