Skip to content

Commit

Permalink
Parametrize homebrew task and also test 'autobrew'
Browse files Browse the repository at this point in the history
  • Loading branch information
nealrichardson committed Sep 17, 2019
1 parent a62fbda commit eb4fbc0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dev/tasks/homebrew-formulae/travis.osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ if: tag IS blank
env:
global:
- TRAVIS_TAG={{ task.tag }}
- ARROW_FORMULA=./arrow/ci/apache-arrow.rb
- ARROW_FORMULA=./arrow/{{ formula }}

before_script:
- git clone --no-checkout {{ arrow.remote }} arrow
Expand Down
14 changes: 12 additions & 2 deletions dev/tasks/tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,8 @@ groups:
- ubuntu-disco
- centos-6
- centos-7
- homebrew-formula
- homebrew-cpp
- homebrew-cpp-autobrew
- gandiva-jar-trusty
- gandiva-jar-osx
- docker-r
Expand Down Expand Up @@ -932,10 +933,19 @@ tasks:

############################## Homebrew Tasks ################################

homebrew-formula:
homebrew-cpp:
ci: travis
platform: osx
template: homebrew-formulae/travis.osx.yml
params:
formula: ci/apache-arrow.rb

homebrew-cpp-autobrew:
ci: travis
platform: osx
template: homebrew-formulae/travis.osx.yml
params:
formula: r/tools/apache-arrow.rb

############################## Gandiva Tasks ################################

Expand Down

0 comments on commit eb4fbc0

Please sign in to comment.