Skip to content

Commit

Permalink
refactooooor
Browse files Browse the repository at this point in the history
  • Loading branch information
kszucs committed Jun 23, 2018
1 parent bd5ece4 commit edeee71
Show file tree
Hide file tree
Showing 8 changed files with 261 additions and 198 deletions.
10 changes: 10 additions & 0 deletions dev/tasks/conda-recipes/travis.linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ env:
- CONDA_PY=35
- CONDA_PY=36
global:
- TRAVIS_TAG={{ BUILD_TAG }}
- ARROW_VERSION={{ ARROW_VERSION }}

install:
Expand Down Expand Up @@ -57,6 +58,15 @@ script:
- pushd arrow/dev/tasks/conda-recipes
- conda build parquet-cpp arrow-cpp pyarrow

deploy:
provider: releases
api_key: $CROSSBOW_GITHUB_TOKEN
file_glob: true
file: /home/travis/miniconda3/conda-bld/linux-64/*.tar.gz
skip_cleanup: true
on:
tags: true

notifications:
email:
- {{ EMAIL }}
10 changes: 10 additions & 0 deletions dev/tasks/conda-recipes/travis.osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ env:
- CONDA_PY=35
- CONDA_PY=36
global:
- TRAVIS_TAG={{ BUILD_TAG }}
- ARROW_VERSION={{ ARROW_VERSION }}

before_install:
Expand Down Expand Up @@ -66,6 +67,15 @@ script:
- pushd arrow/dev/tasks/conda-recipes
- conda build parquet-cpp arrow-cpp pyarrow

deploy:
provider: releases
api_key: $CROSSBOW_GITHUB_TOKEN
file_glob: true
file: /home/travis/miniconda3/conda-bld/osx-64/*.tar.gz
skip_cleanup: true
on:
tags: true

notifications:
email:
- {{ EMAIL }}
Loading

0 comments on commit edeee71

Please sign in to comment.