update github workflows to remore tracy-edit

This commit is contained in:
Tiago Rodrigues 2023-11-25 09:19:13 -05:00
parent de6e7d2fc3
commit 69b9707bc5
3 changed files with 0 additions and 9 deletions

View File

@ -25,8 +25,6 @@ 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

@ -24,8 +24,6 @@ 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,10 +36,6 @@ 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
run: msbuild .\library\win32\TracyProfiler.vcxproj /property:Configuration=Release /property:Platform=x64
- name: Package binaries
@ -50,7 +46,6 @@ 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