From: alex85k Date: Thu, 15 Oct 2015 15:51:15 +0000 (+0500) Subject: switch to VS2015 on appveyor X-Git-Tag: sqlite-v1.0.23~15 X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=2435e33e1bdc0c21818681b0fc5821db06b04241;p=sqlite3-cmake.git switch to VS2015 on appveyor --- 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: