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
f5f795c2
Commit
f5f795c2
authored
Jun 27, 2017
by
Todd Volkert
Committed by
GitHub
Jun 27, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "Re-enable coverage and docs uploading (#11005)" (#11006)
This reverts commit
b800654a
.
parent
b800654a
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
7 deletions
+9
-7
.travis.yml
.travis.yml
+3
-2
travis_setup.sh
dev/bots/travis_setup.sh
+5
-4
java_and_objc_doc.dart
dev/tools/java_and_objc_doc.dart
+1
-1
No files found.
.travis.yml
View file @
f5f795c2
os
:
-
linux
sudo
:
required
sudo
:
false
addons
:
apt
:
# sky_shell binary depends on /usr/lib/x86_64-linux-gnu/libstdc++.so.6 version GLIBCXX_3.4.18
...
...
@@ -22,7 +22,8 @@ env:
before_script
:
-
./dev/bots/travis_setup.sh
script
:
-
(./bin/cache/dart-sdk/bin/dart ./dev/bots/test.dart && ./dev/bots/travis_upload.sh)
# TODO(tvolkert): Re-enable `&& ./dev/bots/travis_upload.sh`
-
(./bin/cache/dart-sdk/bin/dart ./dev/bots/test.dart)
cache
:
directories
:
-
$HOME/.pub-cache
dev/bots/travis_setup.sh
View file @
f5f795c2
...
...
@@ -5,10 +5,11 @@ echo $KEY_FILE | base64 --decode > ../gcloud_key_file.json
set
-x
if
[
-n
"
$TRAVIS
"
]
;
then
export
CLOUDSDK_CORE_DISABLE_PROMPTS
=
1
curl https://sdk.cloud.google.com | bash
fi
# TODO(tvolkert): Re-enable once this is able to successfully run on Travis
#if [ -n "$TRAVIS" ] && [ "$TRAVIS_PULL_REQUEST" == "false" ]; then
# export CLOUDSDK_CORE_DISABLE_PROMPTS=1
# curl https://sdk.cloud.google.com | bash
#fi
# disable analytics on the bots and download Flutter dependencies
./bin/flutter config
--no-analytics
...
...
dev/tools/java_and_objc_doc.dart
View file @
f5f795c2
...
...
@@ -23,7 +23,7 @@ Future<Null> main(List<String> args) async {
final
String
objcdocUrl
=
'https://storage.googleapis.com/flutter_infra/flutter/
$engineVersion
/ios-objcdoc.zip'
;
generateDocs
(
objcdocUrl
,
'objcdoc'
,
'Classes/FlutterViewController.html'
);
objcdocUrl
,
'objcdoc'
,
'
objc/
Classes/FlutterViewController.html'
);
}
Future
<
Null
>
generateDocs
(
...
...
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