try to add tracy-edit to github workflows

This commit is contained in:
Tiago Rodrigues 2023-11-17 16:25:31 -05:00 committed by trodrigues
parent f4f75eac64
commit a24fec91bd
2 changed files with 5 additions and 0 deletions

View File

@ -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)

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 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