Add basic github workflow

move to github actions to replace travis CI.

First version, testing on linux using gcc and clang.
gcc build with sanitizers and valgrind.

No functional change
This commit is contained in:
Tomasz Sobczyk
2021-06-18 12:03:03 +02:00
committed by Joost VandeVondele
parent 86afb6a7cf
commit 07e6ceacd6
4 changed files with 203 additions and 103 deletions
+1 -1
View File
@@ -98,7 +98,7 @@ cat << EOF > game.exp
expect "bestmove"
send "position fen 5rk1/1K4p1/8/8/3B4/8/8/8 b - - 0 1\n"
send "go depth 20\n"
send "go depth 10\n"
expect "bestmove"
send "quit\n"