Skip to content

Commit

Permalink
Use PyYAML to generate .travis.yml (#8163)
Browse files Browse the repository at this point in the history
Will close #8112.
  • Loading branch information
Eric-Arellano authored Aug 20, 2019
1 parent da0989f commit fe6a2d3
Show file tree
Hide file tree
Showing 13 changed files with 5,441 additions and 2,283 deletions.
6,044 changes: 4,658 additions & 1,386 deletions .travis.yml

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions build-support/bin/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,14 @@ python_binary(
tags = {'type_checked'},
)

python_binary(
name = 'generate_travis_yml',
sources = 'generate_travis_yml.py',
dependencies = [
'3rdparty/python:PyYAML',
],
)

python_binary(
name = 'get_rbe_token',
sources = 'get_rbe_token.py',
Expand Down
Loading

0 comments on commit fe6a2d3

Please sign in to comment.