thomasahle / sunfish

Sunfish: a Python Chess Engine in 111 lines of code
https://www.chessprogramming.org/Sunfish
Other
2.95k stars 543 forks source link

Add CI pipeline #75

Closed ddugovic closed 1 year ago

ddugovic commented 3 years ago

Free for open source projects, GitHub can lint and test code with every commit: https://github.com/features/actions

thomasahle commented 3 years ago

This is a good idea, but I don't think this particular script actually does anything? I think the test scripts first have to be updated to support pytest.

ddugovic commented 3 years ago

I have updated the build script to call tests/clean_draws.py directly.

thomasahle commented 1 year ago

Let's try it 😁

ddugovic commented 1 year ago

96 might fix some CI errors caused by changes over the past couple years.