blob: fc47833c4d4d2fb1bac846c258f0a391ed41acf2 [file] [log] [blame]
Jakob Buchgraber7441e212018-02-25 12:07:47 +01001---
2platforms:
3 ubuntu1404:
4 build_targets:
5 - "..."
6 test_targets:
7 - "..."
c-parsons7a536d32019-02-11 17:18:56 -05008 test_flags:
9 - "--test_env=PATH"
Jakob Buchgraber7441e212018-02-25 12:07:47 +010010 ubuntu1604:
11 build_targets:
12 - "..."
13 test_targets:
14 - "..."
c-parsons7a536d32019-02-11 17:18:56 -050015 test_flags:
16 - "--test_env=PATH"
Jakob Buchgraber7441e212018-02-25 12:07:47 +010017 macos:
18 build_targets:
19 - "..."
20 test_targets:
21 - "..."
c-parsons7a536d32019-02-11 17:18:56 -050022 test_flags:
23 - "--test_env=PATH"
Yun Peng9b853112019-01-23 16:30:16 +010024 windows:
25 build_targets:
26 - "..."
27 test_targets:
c-parsons7a536d32019-02-11 17:18:56 -050028 - "--"
Yun Peng9b853112019-01-23 16:30:16 +010029 - "..."
c-parsonsbaaef762019-02-19 15:16:36 -050030 # Shell tests don't run on windows.
31 - "-//tests:analysis_test_e2e_test"
c-parsons7a536d32019-02-11 17:18:56 -050032 - "-//tests:unittest_e2e_test"