File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -160,7 +160,8 @@ jobs:
160160 exit 0
161161 fi
162162 fi
163- sed -i "s/const char\* version = \"[^\"]*\"/const char* version = \"alpha $TAG \"/" app/src/main.cpp
163+ VERSION=$(echo "$TAG" | sed 's/^v//' | sed 's/-alpha$//')
164+ sed -i "s/const char\* version = \"[^\"]*\"/const char* version = \"alpha $VERSION \"/" app/src/main.cpp
164165 cat app/src/main.cpp
165166
166167 # Build RISC-V in Docker
Original file line number Diff line number Diff line change 1+ ~ /fastchess -engine cmd=stockfish name=stockfish-nosyzygy \
2+ -engine cmd=stockfish name=stockfish-syzygy option.SyzygyPath=/dev/shm/3-6men/ \
3+ -concurrency 100 -rounds 40000 -repeat \
4+ -openings file=UHO_XXL_ +0.90_ +1.19.epd format=epd \
5+ -each proto=uci option.Threads=1 option.Hash=16 tc=10+0.1 dir=~ /Stockfish/src/
6+
7+
8+
9+ ~ /fastchess -engine cmd=stockfish-15 name=stockfish-nosyzygy \
10+ -engine cmd=stockfish-15 name=stockfish-syzygy option.SyzygyPath=/dev/shm/3-6men/ \
11+ -concurrency 100 -rounds 40000 -repeat \
12+ -openings file=UHO_XXL_ +0.90_ +1.19.epd format=epd \
13+ -each proto=uci option.Threads=1 option.Hash=16 tc=10+0.1 dir=~ /Stockfish/src/
You can’t perform that action at this time.
0 commit comments