1
0
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:
Bartosz Taudul 2019-07-24 22:28:24 +02:00
parent 57615775ea
commit 52452038ad

View File

@ -2,12 +2,12 @@ version: '{build}'
platform:
- x64
image:
- Visual Studio 2017
- Visual Studio 2019
- Ubuntu1804
before_build:
- cmd: cd profiler\build\win32
- cmd: nuget restore
- cmd: cd ..\..\..
install:
- cmd: cd c:\tools\vcpkg
- cmd: vcpkg install freetype glfw3 --triplet x64-windows-static
- cmd: vcpkg integrate install
build_script:
- cmd: msbuild .\update\build\win32\update.vcxproj
- cmd: msbuild .\profiler\build\win32\Tracy.vcxproj