]> git.sesse.net Git - stockfish/blobdiff - appveyor.yml
Introduce separate counter-move tables for captures
[stockfish] / appveyor.yml
index c81869b58dbc6b7bcf626c42d3d7bab0c598ba70..21f3bbe326b20d8ba4a79ee1c3ac2b8f5f3d306a 100644 (file)
@@ -7,7 +7,7 @@ branches:
     - appveyor
 
 # Operating system (build VM template)
-os: Visual Studio 2015
+os: Visual Studio 2017
 
 # Build platform, i.e. x86, x64, AnyCPU. This setting is optional.
 platform:
@@ -51,7 +51,7 @@ before_build:
       $b = git log HEAD | sls "\b[Bb]ench[ :]+[0-9]{7}" | select -first 1
       $bench = $b -match '\D+(\d+)' | % { $matches[1] }
       Write-Host "Reference bench:" $bench
-      $g = "Visual Studio 14 2015"
+      $g = "Visual Studio 15 2017"
       If (${env:PLATFORM} -eq 'x64') { $g = $g + ' Win64' }
       cmake -G "${g}" .
       Write-Host "Generated files for: " $g