forked from conda-forge/conda-smithy-feedstock
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.travis.yml
42 lines (32 loc) · 1.74 KB
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# This file was generated automatically from conda-smithy. To update this configuration,
# update the conda-forge.yml and/or the recipe/meta.yaml.
language: generic
os: osx
osx_image: beta-xcode6.1
env:
matrix:
- CONDA_PY=27
- CONDA_PY=34
- CONDA_PY=35
global:
# The BINSTAR_TOKEN secure variable. This is defined canonically in conda-forge.yml.
- secure: "am6kNsx+8xs67Qvb//YEn46z7BpAfUsBUvhw8DtOO9pxQHtGjScBoOVu4Y2MHLa1J+ykhTxNyqveL2HbuBrLqFj9GfKrzli29sNAd37OOJyk+rV9ZhY3RGlVVcJ//yUPAQRKil5AIXJaUg9vBRc0VEw1i32pJZkknCK1KNDaHUJb0qi+0Wi/Bpl59seqWx2u5teOVD+ljMlhIlXziCb7a4ihFiAJgq9gBQH+PLv/UeM+IZVMnVuyx4e2PF9ZxJ7T+kP2FKaxwX2mSU7qSfuNhwUuznCAldWEBJTbFPLHdeLSBvSWAtayTuGbHldj8KZKftoGlACtWLYO4oOM6PvNsp5iWiBxdf6ehL0yca0AVKGd4QUx9zkbkeaVguHRiMyihHf8sgZa2O2fnfM4AMAlCLF9cWcCFWq8KAnmQv6bnB+Y/yeK13dy0LAKzN5A8LVp+6X5+VJGoY39tj95naEYQfZH3fD+Mcp/dO4E9o98+M5fuO6wh0O9Os5+wEIPYsA0OnijeXwfFlS4vGsj4BZ++Xej0LIjTF6SU6yhT0m9JLCCFyAE9VBg/+gGYm0Y1ZpqNA8VOboQwrPf+iJgPB33j8LIoO1mL0ivFJVYi1dmrF5abAsiCqJ/nFTn5UjKXcvJli97JHgW3eGCYF2PaIXqK4BzUZYJBJF8LH6V9S4BKNY="
before_install:
# Remove homebrew.
- brew remove --force $(brew list)
- brew cleanup -s
- rm -rf $(brew --cache)
install:
- |
MINICONDA_URL="https://repo.continuum.io/miniconda"
MINICONDA_FILE="Miniconda3-latest-MacOSX-x86_64.sh"
curl -L -O "${MINICONDA_URL}/${MINICONDA_FILE}"
bash $MINICONDA_FILE -b
source /Users/travis/miniconda3/bin/activate root
conda config --add channels conda-forge
conda config --set show_channel_urls true
conda install --yes --quiet conda-forge-build-setup
source run_conda_forge_build_setup
script:
- conda build ./recipe
- upload_or_check_non_existence ./recipe conda-forge --channel=main