From 52452038ad5c2084afdaa169927456832aa33723 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Wed, 24 Jul 2019 22:28:24 +0200 Subject: [PATCH] Update CI config. --- .appveyor.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 2933952e..b8a98ef7 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -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