This repository has been archived by the owner on Mar 19, 2020. It is now read-only.
forked from conda-forge/obspy-feedstock
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
41 lines (31 loc) · 1.73 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
# This file was generated automatically from conda-smithy. To update this configuration,
# update the conda-forge.yaml and/or the recipe/meta.yaml.
language: objective-c
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: "MAFiJuZ8zRAAxUER0km3aXD0Xno4LA4Nawg2DP1M3Yip6hQBcRKe70rBTGGGuGT5AMeKL1DfQri0GYNkqO9KZZo77BRIdbbNc8ZoPPtR+k+KwNX5Hs81QLP5PCuYuxVJNy3wW381G0y5h0J4RvBGKGtqdZvlFV3120V6Vk44qaU2E0u8+PMndrcW3QYd/nCK6gE2rH8il+E2nSUQ7IobTy1koWSUkIQxKIK4CRAUhLM+bqjQ0j7N1UIkKMLzaVNTbmWRvpvDSUpc0vHvRmTSnCsqsb5EipW12IhAFBqe65Z8Re+YuQc4KOOGXpNbnH8ymVXlYN2H9yA7iwR0ewBeOLcJ8SsUXoykxLJ1wulvepqMpJ1pm2TmVLf0pzGGaEQgovVz3gSEsZn6UOyHQSoTTbnIXxt8pMTIS+DZKxMWOpae1ckoVR9C6Z9JK4pnScq2ra2H011jcq9Ctd1NaaNJHihe/iPad8pPw+tqIwuZivspZs6F+WIBcGcU3jIr3E1CI6IFgoTTG0e3gczrBjAbGIPYrCUQyw2wTkNzb+9ckWr2vGTUi3qAbxOjbMQbUTG65sopDt2UL+8AUy2hHZQn2fWYOVMy/qhx9bdUD2NMBPpVB+HR2HZyZoUkD/dVkcraI3Ec+BSOitutztBOA+9unsY6OdEFhFip60rNAT/tRiY="
before_install:
# Remove homebrew.
- brew remove --force $(brew list)
- brew cleanup -s
- rm -rf $(brew --cache)
install:
- |
MINICONDA_URL="http://repo.continuum.io/miniconda"
MINICONDA_FILE="Miniconda3-latest-MacOSX-x86_64.sh"
curl -O "${MINICONDA_URL}/${MINICONDA_FILE}"
bash $MINICONDA_FILE -b
export PATH=/Users/travis/miniconda3/bin:$PATH
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
after_success:
- ./ci_support/upload_or_check_non_existence.py ./recipe conda-forge --channel=main