Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(362)

Unified Diff: third_party/pkg/angular/travis.md

Issue 148453003: Updating Angular version (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/pkg/angular/test/tools/selector_spec.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/pkg/angular/travis.md
diff --git a/third_party/pkg/angular/travis.md b/third_party/pkg/angular/travis.md
new file mode 100644
index 0000000000000000000000000000000000000000..95e1eaac7d2e2c430e937832a3bb4cf982a0a176
--- /dev/null
+++ b/third_party/pkg/angular/travis.md
@@ -0,0 +1,34 @@
+= Travis-CI Setup Instructions
+
+== Set Up Instructions
+
+1. Go to https://travis-ci.org/ and 'Sign in with Github'
+2. Visit https://travis-ci.org/profile to trigger a Github sync (this may take a minute)
+3. Find your project and flip the switch. This would be "<yourname>/angular.dart"
+4. Click the little wrench next to the switch, it will take you to github.
+5. Scroll down to Travis and click it
+6. Click the 'Test Hook' button.
+
+== What does it do?
+
+- Every time you push to your repo, Travis will grab the changes from your repo and run a
+ build on it.
+- The build runs on Chrome and Dartium stable browsers.
+
+
+== How does it work.
+
+All scripts can be found it `.travis.yml' and `./scripts/travis` folder.
+
+1. Install latest google-chrome
+2. Install Dart stable or dev channel (currently only running on stable, see `.travis.yml` `matrix`)
+3. Run analyzer on the code
+4. Run karma on both Dartium (dart) and Chrome (dart2js)
+5. Generate documentation
+
+
+== What needs to be done
+
+- Publish generated documentation to a URL
+- If the branch is `presubmit`, then `github push upstream presubmit:master`
+- Collect/publish the test runs/times to some dashboard/graphing service
« no previous file with comments | « third_party/pkg/angular/test/tools/selector_spec.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698