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

Side by Side Diff: README.md

Issue 2078283002: travis: add coverity scan integration (Closed) Base URL: https://chromium.googlesource.com/breakpad/breakpad.git@master
Patch Set: fix comment Created 4 years, 6 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 unified diff | Download patch
« no previous file with comments | « .travis.yml ('k') | scripts/travis-build.sh » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Breakpad 1 # Breakpad
2 2
3 Breakpad is a set of client and server components which implement a 3 Breakpad is a set of client and server components which implement a
4 crash-reporting system. 4 crash-reporting system.
5 5
6 * [Homepage](https://chromium.googlesource.com/breakpad/breakpad/) 6 * [Homepage](https://chromium.googlesource.com/breakpad/breakpad/)
7 * [Documentation](https://chromium.googlesource.com/breakpad/breakpad/+/master/d ocs/) 7 * [Documentation](https://chromium.googlesource.com/breakpad/breakpad/+/master/d ocs/)
8 * [Bugs](https://bugs.chromium.org/p/google-breakpad/) 8 * [Bugs](https://bugs.chromium.org/p/google-breakpad/)
9 * Discussion/Questions: [google-breakpad-discuss@googlegroups.com](https://group s.google.com/d/forum/google-breakpad-discuss) 9 * Discussion/Questions: [google-breakpad-discuss@googlegroups.com](https://group s.google.com/d/forum/google-breakpad-discuss)
10 * Developer/Reviews: [google-breakpad-dev@googlegroups.com](https://groups.googl e.com/d/forum/google-breakpad-dev) 10 * Developer/Reviews: [google-breakpad-dev@googlegroups.com](https://groups.googl e.com/d/forum/google-breakpad-dev)
11 * Tests: [![Build Status](https://travis-ci.org/google/breakpad.svg?branch=maste r)](https://travis-ci.org/google/breakpad) 11 * Tests: [![Build Status](https://travis-ci.org/google/breakpad.svg?branch=maste r)](https://travis-ci.org/google/breakpad)
12 * Coverage [![Coverity Status](https://scan.coverity.com/projects/9215/badge.svg )](https://scan.coverity.com/projects/google-breakpad)
12 13
13 ## Getting started (from master) 14 ## Getting started (from master)
14 15
15 1. First, [download depot_tools](http://dev.chromium.org/developers/how-tos/ins tall-depot-tools) 16 1. First, [download depot_tools](http://dev.chromium.org/developers/how-tos/ins tall-depot-tools)
16 and ensure that they're in your `PATH`. 17 and ensure that they're in your `PATH`.
17 18
18 2. Create a new directory for checking out the source code (it must be named 19 2. Create a new directory for checking out the source code (it must be named
19 breakpad). 20 breakpad).
20 21
21 ```sh 22 ```sh
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 For linux/mac/windows, there are test targets in each project file. 72 For linux/mac/windows, there are test targets in each project file.
72 73
73 3. Commit your changes to your local repo and upload them to the server. 74 3. Commit your changes to your local repo and upload them to the server.
74 http://dev.chromium.org/developers/contributing-code 75 http://dev.chromium.org/developers/contributing-code
75 e.g. `git commit ... && git cl upload ...` 76 e.g. `git commit ... && git cl upload ...`
76 You will be prompted for credential and a description. 77 You will be prompted for credential and a description.
77 78
78 4. At https://codereview.chromium.org/ you'll find your issue listed; click on 79 4. At https://codereview.chromium.org/ you'll find your issue listed; click on
79 it, and select Publish+Mail, and enter in the code reviewer and CC 80 it, and select Publish+Mail, and enter in the code reviewer and CC
80 google-breakpad-dev@googlegroups.com 81 google-breakpad-dev@googlegroups.com
OLDNEW
« no previous file with comments | « .travis.yml ('k') | scripts/travis-build.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698