X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=appveyor.yml;h=c81869b58dbc6b7bcf626c42d3d7bab0c598ba70;hp=c711dd6ce0b10ed9c6d0e7e9009ba7b2e0800b71;hb=9597ad8cabbacf8892c5e8ac97e6c53c61fc4f52;hpb=b939788f9de55051e0dd43e5943a0cde0f2be14e 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