From e360b40625deeae3738e077da0a660ae843daa0f Mon Sep 17 00:00:00 2001 From: melvinzhang Date: Wed, 28 Feb 2018 10:16:39 +0800 Subject: [PATCH] move artifacts to /tmp/artifacts and store it, for #1489 --- .circleci/config.yml | 2 ++ Makefile | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5757863bc2..ce8a742204 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -11,3 +11,5 @@ jobs: - run: command: make circleci no_output_timeout: 7200s + - store_artifacts: + path: /tmp/artifacts diff --git a/Makefile b/Makefile index dba8f4be8e..1f6a43435a 100644 --- a/Makefile +++ b/Makefile @@ -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 \