File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -23,4 +23,4 @@ install:
23
23
build : off
24
24
25
25
test_script :
26
- - pub run grinder buildbot
26
+ - pub run grinder buildbot-no-publish
Original file line number Diff line number Diff line change 1
1
name : dartdoc
2
2
# Run `grind build` after updating.
3
3
version : 0.29.0
4
+ author :
Dart Team <[email protected] >
4
5
description : A documentation generator for Dart.
5
6
homepage : https://github.com/dart-lang/dartdoc
6
7
environment :
Original file line number Diff line number Diff line change @@ -42,7 +42,11 @@ elif [ "$DARTDOC_BOT" = "sdk-analyzer" ]; then
42
42
DARTDOC_GRIND_STEP=buildbot-no-publish pub run grinder test-with-analyzer-sdk
43
43
else
44
44
echo " Running main dartdoc bot"
45
- pub run grinder buildbot
45
+ if echo " ${DART_VERSION} " | grep -q dev ; then
46
+ pub run grinder buildbot-no-publish
47
+ else
48
+ pub run grinder buildbot
49
+ fi
46
50
if [ -n " $COVERAGE_TOKEN " ] ; then
47
51
coveralls-lcov --repo-token=" ${COVERAGE_TOKEN} " lcov.info
48
52
fi
You can’t perform that action at this time.
0 commit comments