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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | scripts/travis-build.sh » ('j') | scripts/travis-build.sh » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: .travis.yml
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000000000000000000000000000000000000..18686d9364ddb54c188ce2d058be608ad6390e62
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,18 @@
+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.
+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.
+addons:
+ apt:
+ sources:
+ - ubuntu-toolchain-r-test
+ packages:
+ - gcc-4.8
+ - g++-4.8
+env:
+ - 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.
+before_install: ./scripts/travis-checkout.sh
+script: ./scripts/travis-build.sh
+os:
+ - 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.
+notifications:
+ email:
+ - google-breakpad-dev@googlegroups.com
« 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