move artifacts to /tmp/artifacts and store it, for #1489

master
melvinzhang 2018-02-28 10:16:39 +08:00
parent f359a1802d
commit e360b40625
2 changed files with 4 additions and 0 deletions

View File

@ -11,3 +11,5 @@ jobs:
- run:
command: make circleci
no_output_timeout: 7200s
- store_artifacts:
path: /tmp/artifacts

View File

@ -233,6 +233,8 @@ circleci:
$(eval MAG_ID := $(shell date +%s))
make games=50 ai1=MMAB ai2=MCTSC ${MAG_ID}.t || (cat ${MAG_ID}.out && tail -20 ${MAG_ID}.log && false)
make zips
mkdir /tmp/artifacts
mv release/Magarena.jar *.zip /tmp/artifacts
test-self-play:
for i in `seq 1 5`; do \