Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMACHIZAUD Andréa <andrea.machizaud@gmail.com>2022-06-27 00:22:24 +0300
committerMACHIZAUD Andréa <andrea.machizaud@gmail.com>2022-06-27 00:22:24 +0300
commit2eed89f0d8bf78801963ecf3f22322a68d560ffa (patch)
tree7dc761e1c0c2941ce8513b75ba802b604dc051b8
parent75c383a68cb49b431ce87b16fab33a50a6dd4fae (diff)
only build Tracy/capture Release for `build-without-vcpkg-integration`
-rw-r--r--.github/workflows/msvc.yml18
1 files changed, 0 insertions, 18 deletions
diff --git a/.github/workflows/msvc.yml b/.github/workflows/msvc.yml
index 5fc64f23..122b754b 100644
--- a/.github/workflows/msvc.yml
+++ b/.github/workflows/msvc.yml
@@ -66,25 +66,7 @@ jobs:
- uses: microsoft/setup-msbuild@v1.0.2
- name: Install vcpkg dependencies
run: vcpkg/install_vcpkg_dependencies.bat
- - name: Profiler GUI Debug
- run: msbuild .\profiler\build\win32\Tracy.vcxproj /property:Configuration=Debug /property:Platform=x64
- name: Profiler GUI Release
run: msbuild .\profiler\build\win32\Tracy.vcxproj /property:Configuration=Release /property:Platform=x64
- - name: Update utility Debug
- run: msbuild .\update\build\win32\update.vcxproj /property:Configuration=Debug /property:Platform=x64
- - name: Update utility Release
- run: msbuild .\update\build\win32\update.vcxproj /property:Configuration=Release /property:Platform=x64
- - name: Capture utility Debug
- run: msbuild .\capture\build\win32\capture.vcxproj /property:Configuration=Debug /property:Platform=x64
- name: Capture utility Release
run: msbuild .\capture\build\win32\capture.vcxproj /property:Configuration=Release /property:Platform=x64
- - name: Csvexport utility Debug
- run: msbuild .\csvexport\build\win32\csvexport.vcxproj /property:Configuration=Debug /property:Platform=x64
- - name: Csvexport utility Release
- run: msbuild .\csvexport\build\win32\csvexport.vcxproj /property:Configuration=Release /property:Platform=x64
- - name: Import-chrome utility Debug
- 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: Library
- run: msbuild .\library\win32\TracyProfiler.vcxproj /property:Configuration=Release /property:Platform=x64