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

Unified Diff: .travis.yml

Issue 2465923003: Test packages with ddc on travis (Closed)
Patch Set: Created 4 years, 1 month 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 | DEPS » ('j') | pkg/dev_compiler/tool/build_pkgs.sh » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: .travis.yml
diff --git a/.travis.yml b/.travis.yml
index 246ca09b33e346c963aa47fb8587de614d0756d4..128fd1ce4454eea1581f825ccd2c16eb3d0fcc13 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -70,6 +70,7 @@ script:
- if [[ -z "$TEST" ]]; then ./tool/presubmit.sh ; fi
- if [[ "$TEST" == coverage ]]; then ./tool/build_sdk.sh && ./tool/coverage.sh ; fi
- if [[ "$TEST" == node ]]; then ./tool/node_test.sh ; fi
+ - if [[ "$TEST" == package ]]; then ./tool/build_sdk.sh && ./tool/build_pkgs.sh ; fi
env:
- ANALYZER=master
- ANALYZER=master DDC_BROWSERS=Firefox
@@ -77,6 +78,7 @@ env:
- ANALYZER=master CXX=g++
- ANALYZER=master CXX=clang++
- TEST=coverage
+ - TEST=package
matrix:
allow_failures:
- env: TEST=node
« no previous file with comments | « no previous file | DEPS » ('j') | pkg/dev_compiler/tool/build_pkgs.sh » ('J')

Powered by Google App Engine
This is Rietveld 408576698