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:
parent
a24fec91bd
commit
5c3e303f6f
2
.github/workflows/msvc.yml
vendored
2
.github/workflows/msvc.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user