X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=appveyor.yml;h=c81869b58dbc6b7bcf626c42d3d7bab0c598ba70;hp=c711dd6ce0b10ed9c6d0e7e9009ba7b2e0800b71;hb=335e376866befa9878c488c9f525bb87af88f544;hpb=a2b8f91cfaa39185c0fb0ec597d1c760bc431c8e diff --git a/appveyor.yml b/appveyor.yml index c711dd6c..c81869b5 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -61,9 +61,9 @@ build_script: before_test: - cd src/%CONFIGURATION% + - stockfish bench 2> out.txt >NUL - ps: | # Verify bench number - ./stockfish bench 2> out.txt 1> null $s = (gc "./out.txt" | out-string) $r = ($s -match 'Nodes searched \D+(\d+)' | % { $matches[1] }) Write-Host "Engine bench:" $r