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.
This commit is contained in:
Bryan Boreham
2018-02-05 14:22:55 +00:00
parent 6c4509c207
commit bf41164c5b

View File

@@ -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: