From 5c3e303f6fccead94a55ee6942bee9c7adae078b Mon Sep 17 00:00:00 2001 From: Tiago Rodrigues Date: Fri, 17 Nov 2023 16:29:06 -0500 Subject: [PATCH] add tracy-edit debug compilation workflow --- .github/workflows/msvc.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/msvc.yml b/.github/workflows/msvc.yml index 3cbecd71..fbcb441d 100644 --- a/.github/workflows/msvc.yml +++ b/.github/workflows/msvc.yml @@ -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