From 69b9707bc53c18b5f63ad94204d57de6abaa82d5 Mon Sep 17 00:00:00 2001 From: Tiago Rodrigues Date: Sat, 25 Nov 2023 09:19:13 -0500 Subject: [PATCH] update github workflows to remore tracy-edit --- .github/workflows/linux.yml | 2 -- .github/workflows/macos.yml | 2 -- .github/workflows/msvc.yml | 5 ----- 3 files changed, 9 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 2af87d71..a8a2bad5 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -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) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index b8138a91..54697835 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -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) diff --git a/.github/workflows/msvc.yml b/.github/workflows/msvc.yml index fbcb441d..122b754b 100644 --- a/.github/workflows/msvc.yml +++ b/.github/workflows/msvc.yml @@ -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