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
8a458098
Commit
8a458098
authored
Feb 12, 2016
by
Adam Barth
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Stop Travis from uploading docs
We now upload these from Chromium infra.
parent
cd96855e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
28 deletions
+0
-28
test.sh
travis/test.sh
+0
-28
No files found.
travis/test.sh
View file @
8a458098
...
...
@@ -17,31 +17,3 @@ flutter analyze --flutter-repo --no-current-directory --no-current-package --con
# (cd packages/updater; ) # No tests to run.
(
cd
examples/stocks
;
flutter
test
)
if
[
"
$TRAVIS_PULL_REQUEST
"
=
"false"
]
;
then
if
[
"
$TRAVIS_BRANCH
"
=
"master"
]
;
then
pub global activate dartdoc 0.8.4
cat
packages/flutter/doc/styles.html doc/_analytics.html
>
/tmp/_header.html
# TODO(eseidel): This should just call a helper script.
# If you add a package to this list, update doc/index.html to point to it.
(
cd
packages/flutter
;
~/.pub-cache/bin/dartdoc
--header
=
/tmp/_header.html
)
(
cd
packages/playfair
;
~/.pub-cache/bin/dartdoc
--header
=
/tmp/_header.html
)
(
cd
packages/newton
;
~/.pub-cache/bin/dartdoc
--header
=
/tmp/_header.html
)
(
cd
packages/cassowary
;
~/.pub-cache/bin/dartdoc
--header
=
/tmp/_header.html
)
(
cd
packages/flutter_test
;
~/.pub-cache/bin/dartdoc
--header
=
/tmp/_header.html
)
(
cd
packages/flutter_sprites
;
~/.pub-cache/bin/dartdoc
--header
=
/tmp/_header.html
)
GSUTIL
=
$HOME
/google-cloud-sdk/bin/gsutil
GCLOUD
=
$HOME
/google-cloud-sdk/bin/gcloud
$GCLOUD
auth activate-service-account
--key-file
gcloud_key_file.json
$GSUTIL
-m
-q
cp
doc/index.html gs://docs.flutter.io/index.html
$GSUTIL
-m
-q
rsync
-r
-d
packages/flutter/doc/api gs://docs.flutter.io/flutter
$GSUTIL
-m
-q
rsync
-r
-d
packages/playfair/doc/api gs://docs.flutter.io/playfair
$GSUTIL
-m
-q
rsync
-r
-d
packages/newton/doc/api gs://docs.flutter.io/newton
$GSUTIL
-m
-q
rsync
-r
-d
packages/cassowary/doc/api gs://docs.flutter.io/cassowary
$GSUTIL
-m
-q
rsync
-r
-d
packages/flutter_test/doc/api gs://docs.flutter.io/flutter_test
$GSUTIL
-m
-q
rsync
-r
-d
packages/flutter_sprites/doc/api gs://docs.flutter.io/flutter_sprites
fi
fi
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