projects
/
stockfish
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Calculate sum from first elements
[stockfish]
/
appveyor.yml
diff --git
a/appveyor.yml
b/appveyor.yml
index a3732a23f4a8882ab8becf85265cac52371b6890..ab6084090a40da687b6ce4b2c08b61d955aa85eb 100644
(file)
--- a/
appveyor.yml
+++ b/
appveyor.yml
@@
-63,7
+63,7
@@
build_script:
- cmake --build . --config %CONFIGURATION% -- /verbosity:minimal
- ps: |
# Download default NNUE net from fishtest
- cmake --build . --config %CONFIGURATION% -- /verbosity:minimal
- ps: |
# Download default NNUE net from fishtest
- $nnuenet = Get-Content -Path src\
ucioption.cpp | Select-String -CaseSensitive -Pattern "Option
" | Select-String -CaseSensitive -Pattern "nn-[a-z0-9]{12}.nnue"
+ $nnuenet = Get-Content -Path src\
evaluate.h | Select-String -CaseSensitive -Pattern "EvalFileDefaultName
" | Select-String -CaseSensitive -Pattern "nn-[a-z0-9]{12}.nnue"
$dummy = $nnuenet -match "(?<nnuenet>nn-[a-z0-9]{12}.nnue)"
$nnuenet = $Matches.nnuenet
Write-Host "Default net:" $nnuenet
$dummy = $nnuenet -match "(?<nnuenet>nn-[a-z0-9]{12}.nnue)"
$nnuenet = $Matches.nnuenet
Write-Host "Default net:" $nnuenet