diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 54697835..b8138a91 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -24,6 +24,8 @@ jobs: run: make -j`nproc` -C csvexport/build/unix debug release - name: Import-chrome utility run: make -j`nproc` -C import-chrome/build/unix debug release + - name: tracy-edit utility + run: make -j`nproc` -C tracy-edit/build/unix debug release - name: Library run: make -j`nproc` -C library/unix debug release - name: Library (meson) diff --git a/.github/workflows/msvc.yml b/.github/workflows/msvc.yml index 122b754b..3cbecd71 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 Release + run: msbuild .\tracy-edit\build\win32\tracy-edit.vcxproj /property:Configuration=Release /property:Platform=x64 - name: Library run: msbuild .\library\win32\TracyProfiler.vcxproj /property:Configuration=Release /property:Platform=x64 - name: Package binaries @@ -46,6 +48,7 @@ jobs: copy update\build\win32\x64\Release\update.exe bin copy capture\build\win32\x64\Release\capture.exe bin copy import-chrome\build\win32\x64\Release\import-chrome.exe bin + copy tracy-edit\build\win32\x64\Release\tracy-edit.exe bin copy csvexport\build\win32\x64\Release\csvexport.exe bin copy library\win32\x64\Release\TracyProfiler.dll bin\dev copy library\win32\x64\Release\TracyProfiler.lib bin\dev