.circleci: store_artifacts

This commit is contained in:
Yousong Zhou
2019-06-29 04:56:28 +00:00
parent d2286fcaea
commit 9b41d5f7a2
+2
View File
@@ -21,6 +21,8 @@ jobs:
echo $targets | tr ' ' '\n'
make $targets
ls -lh _output/bin/
- store_artifacts:
path: _output/
test:
docker: