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-04-08 00:27:18 +0300
committerMACHIZAUD Andréa <andrea.machizaud@gmail.com>2022-05-09 11:42:10 +0300
commitadcfe4df35a44ebfec85faf894bed60ea401f4b0 (patch)
tree3520a5cbdc78ff604690b0eebd4a10169cdc4936 /.github
parent0a432ed349c22a3adf25f779dd53791acff6eaa0 (diff)
Add Vcpkg manifest + MSBuild integration
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/msvc.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/msvc.yml b/.github/workflows/msvc.yml
index 3ed09fb9..89aca044 100644
--- a/.github/workflows/msvc.yml
+++ b/.github/workflows/msvc.yml
@@ -16,8 +16,6 @@ jobs:
- uses: microsoft/setup-msbuild@v1.0.2
- name: Integrate vcpkg
run: vcpkg integrate install
- - name: Build vcpkg libraries
- run: vcpkg install freetype glfw3 capstone[arm,arm64,x86] --triplet x64-windows-static
- name: Profiler GUI Debug
run: msbuild .\profiler\build\win32\Tracy.vcxproj /property:Configuration=Debug /property:Platform=x64
- name: Profiler GUI Release