require circleci to test that all cards can be loaded

master
melvinzhang 2018-01-21 11:19:19 +08:00
parent 553b03d34d
commit 7dc3d99655
1 changed files with 1 additions and 0 deletions

View File

@ -227,6 +227,7 @@ inf: $(MAG)
circleci:
make clean $(MAG)
make debug
$(eval MAG_ID := $(shell date +%s))
make games=50 ai1=MMABC ai2=MCTS ${MAG_ID}.t || (cat ${MAG_ID}.out && tail -20 ${MAG_ID}.log && false)
$(eval MAG_ID := $(shell date +%s))