From 2435e33e1bdc0c21818681b0fc5821db06b04241 Mon Sep 17 00:00:00 2001 From: alex85k Date: Thu, 15 Oct 2015 20:51:15 +0500 Subject: [PATCH] switch to VS2015 on appveyor --- appveyor.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 49f9d35..d1bf113 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,9 +1,7 @@ -version: 3.8.5.{build} - environment: P: "c:/projects/libs" ACCOUNT: - secure: haKHy4KWVnBuCd6I3obXGMa9TjRa8oXFm9P+Pw6f5P0= + secure: F8Xu4syZJRRLmTnPDOUjr5bG7Lk6UburldIUuxZ/OJQ= # branches to build branches: @@ -12,7 +10,7 @@ branches: - master # Operating system (build VM template) -os: Windows Server 2012 R2 +os: Visual Studio 2015 # scripts that are called at very beginning, before repo cloning init: @@ -35,7 +33,7 @@ build: before_build: - echo Running cmake... - cd c:\projects\sqlite - - cmake -G "Visual Studio 12 Win64" -DCMAKE_INSTALL_PREFIX=%P% + - cmake -G "Visual Studio 14 2015 Win64" -DCMAKE_INSTALL_PREFIX=%P% # scripts to run after build after_build: -- 2.44.0