Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
5a290fc8
Unverified
Commit
5a290fc8
authored
Jul 25, 2020
by
Todd Volkert
Committed by
GitHub
Jul 25, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add --disable-dart-dev to docs.sh (#62249)
https://github.com/flutter/flutter/issues/62206
parent
81bf39e4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
docs.sh
dev/bots/docs.sh
+3
-3
No files found.
dev/bots/docs.sh
View file @
5a290fc8
...
...
@@ -59,7 +59,7 @@ function create_docset() {
(
timeout
'30m'
dashing build
--source
./doc
--config
./dashing.json
>
/tmp/dashing.log 2>&1
||
\
(
echo
'Dashing failed! Tailing last 200 lines of log...'
;
tail
-200
/tmp/dashing.log
;
exit
1
))
&&
\
cp
./doc/flutter/static-assets/favicon.png ./flutter.docset/icon.png
&&
\
"
$DART
"
./dashing_postprocess.dart
&&
\
"
$DART
"
--disable-dart-dev
./dashing_postprocess.dart
&&
\
tar
cf flutter.docset.tar.gz
--use-compress-program
=
"gzip --best"
flutter.docset
}
...
...
@@ -121,8 +121,8 @@ fi
# a custom index.html, placing everything into dev/docs/doc.
(
cd
"
$FLUTTER_ROOT
/dev/tools"
&&
"
$FLUTTER
"
pub get
)
(
cd
"
$FLUTTER_ROOT
/dev/tools"
&&
"
$PUB
"
get
)
(
cd
"
$FLUTTER_ROOT
"
&&
"
$DART
"
"
$FLUTTER_ROOT
/dev/tools/dartdoc.dart"
)
(
cd
"
$FLUTTER_ROOT
"
&&
"
$DART
"
"
$FLUTTER_ROOT
/dev/tools/java_and_objc_doc.dart"
)
(
cd
"
$FLUTTER_ROOT
"
&&
"
$DART
"
--disable-dart-dev
"
$FLUTTER_ROOT
/dev/tools/dartdoc.dart"
)
(
cd
"
$FLUTTER_ROOT
"
&&
"
$DART
"
--disable-dart-dev
"
$FLUTTER_ROOT
/dev/tools/java_and_objc_doc.dart"
)
# Upload new API docs when running on Cirrus
if
[[
-n
"
$CIRRUS_CI
"
&&
-z
"
$CIRRUS_PR
"
]]
;
then
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment