mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Update CI config.
This commit is contained in:
parent
57615775ea
commit
52452038ad
@ -2,12 +2,12 @@ version: '{build}'
|
|||||||
platform:
|
platform:
|
||||||
- x64
|
- x64
|
||||||
image:
|
image:
|
||||||
- Visual Studio 2017
|
- Visual Studio 2019
|
||||||
- Ubuntu1804
|
- Ubuntu1804
|
||||||
before_build:
|
install:
|
||||||
- cmd: cd profiler\build\win32
|
- cmd: cd c:\tools\vcpkg
|
||||||
- cmd: nuget restore
|
- cmd: vcpkg install freetype glfw3 --triplet x64-windows-static
|
||||||
- cmd: cd ..\..\..
|
- cmd: vcpkg integrate install
|
||||||
build_script:
|
build_script:
|
||||||
- cmd: msbuild .\update\build\win32\update.vcxproj
|
- cmd: msbuild .\update\build\win32\update.vcxproj
|
||||||
- cmd: msbuild .\profiler\build\win32\Tracy.vcxproj
|
- cmd: msbuild .\profiler\build\win32\Tracy.vcxproj
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user