X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=appveyor.yml;h=21f3bbe326b20d8ba4a79ee1c3ac2b8f5f3d306a;hp=c81869b58dbc6b7bcf626c42d3d7bab0c598ba70;hb=aeddcd2f3efca129edbbbf07fa82ed8f0cbcdb7a;hpb=9597ad8cabbacf8892c5e8ac97e6c53c61fc4f52 diff --git a/appveyor.yml b/appveyor.yml index c81869b5..21f3bbe3 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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