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

Side by Side Diff: .travis.yml

Issue 1873133003: Add travis CI config (Closed) Base URL: https://chromium.googlesource.com/breakpad/breakpad.git@master
Patch Set: Created 4 years, 8 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 | « no previous file | scripts/travis-build.sh » ('j') | scripts/travis-build.sh » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 language: cpp
vapier 2016/04/11 15:09:17 at the top of this file, could you put: # Travis
Ted Mielczarek 2016/04/11 16:30:18 Done.
2 compiler: gcc
vapier 2016/04/11 15:09:17 add a TODO about adding clang ? you might as well
Ted Mielczarek 2016/04/11 16:30:18 Done.
3 addons:
4 apt:
5 sources:
6 - ubuntu-toolchain-r-test
7 packages:
8 - gcc-4.8
9 - g++-4.8
10 env:
11 - USE_CC=gcc-4.8 USE_CXX=g++-4.8
vapier 2016/04/11 15:09:17 there should be a comment here explaining why you
Ted Mielczarek 2016/04/11 16:30:18 Done.
12 before_install: ./scripts/travis-checkout.sh
13 script: ./scripts/travis-build.sh
14 os:
15 - linux
vapier 2016/04/11 15:09:17 add a comment about OS X. maybe just a TODO.
Ted Mielczarek 2016/04/11 16:30:18 Done.
16 notifications:
17 email:
18 - google-breakpad-dev@googlegroups.com
OLDNEW
« no previous file with comments | « no previous file | scripts/travis-build.sh » ('j') | scripts/travis-build.sh » ('J')

Powered by Google App Engine
This is Rietveld 408576698