]> git.lizzy.rs Git - sqlite3-cmake.git/commitdiff
switch to VS2015 on appveyor
authoralex85k <alex85k@github.com>
Thu, 15 Oct 2015 15:51:15 +0000 (20:51 +0500)
committeralex85k <alex85k@github.com>
Thu, 15 Oct 2015 15:51:15 +0000 (20:51 +0500)
appveyor.yml

index 49f9d350911aa5905564a721b34004e38df0a488..d1bf113fe828b51cc68862517e2bbde05540fec2 100644 (file)
@@ -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: