From bf41164c5b3801d3a2fb44141154cbf24d85f6da Mon Sep 17 00:00:00 2001 From: Bryan Boreham Date: Mon, 5 Feb 2018 14:22:55 +0000 Subject: [PATCH] Save codecgen output, for debugging Looks like the order of types in the generated output is unpredictable, so we need the actual file Scope was built with for debugging or profiling. --- circle.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/circle.yml b/circle.yml index a56413a44..b334fa972 100644 --- a/circle.yml +++ b/circle.yml @@ -66,6 +66,8 @@ test: parallel: true - test "$CIRCLE_NODE_INDEX" != "0" || (goveralls -repotoken $COVERALLS_REPO_TOKEN -coverprofile=$SRCDIR/profile.cov -service=circleci || true): parallel: true + - test "$CIRCLE_NODE_INDEX" != "0" || (cd $SRCDIR; cp */*.codecgen.go $CIRCLE_ARTIFACTS): + parallel: true deployment: hub: