forked from conda-forge/gdal-feedstock
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
47 lines (35 loc) · 1.9 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
43
44
45
46
47
# 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_NPY=110 CONDA_PY=27
- CONDA_NPY=111 CONDA_PY=27
- CONDA_NPY=110 CONDA_PY=34
- CONDA_NPY=111 CONDA_PY=34
- CONDA_NPY=110 CONDA_PY=35
- CONDA_NPY=111 CONDA_PY=35
global:
# The BINSTAR_TOKEN secure variable. This is defined canonically in conda-forge.yml.
- secure: "Y1f4ZD0cRx4goI3XXl5I8PZnTpvve1/zl8v/uK9EU0smIaphz6lPoUz/RCDOmbYLJcubxLqfW+EE7+dKli/37nAT6AeV9wi//LyUXdyenDUy2N3kT7jo3C/OQmqvG89O9d/8lG0FAiNZRNXMcIBcH3tZWkYKitgPuQD1S/Mky2EIVjGbQkTmRV9kIjq+zI2NMpg8GkToV28mCY+iy3dgU4SYXQDiygvHDUqBqyasyaIU1mQaBjMfKvTXAuC14ZDBSR6UyZ4LyrZE0tlh3DXfgE/0+x1qZJ+0m8yFjrTulDlYh5Jt5jwux2OaqWxuz1qt0qhaOr+stFrNVjPranykkceFXoVLeEewxyBzeSnai/EaDj9BKqwoAeQr5ak9A60u/qCTyOCE5ueeZgfMn2AktlW94oms1r7DxCN96KoWO7EC3b4JhNHEyhjtD+vodtoaQ9FnOOsjXfabO1N9NJIcYvTNBtlW+sCHNMGTHjzH8THASsrgYnnUByi7M/dNX//fpKdpx9+XfgGaI4vNoNHVrhA6gsN6YocHHcDdh5B7ikUEEMRpNO2V/3pAg2fL+RWUQTnAkWiWOHEoBFqQ3b2SNPykSZJ8U+8dv9MdPAdJRA8/wbXCHfstq4ODW//IF3SI9haqqgiknOTPj+mY9utuWQsRL27l36Q7ealT/zeKYd4="
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 update --yes conda
conda install --yes conda-build jinja2 anaconda-client
conda config --add channels conda-forge
conda config --set show_channel_urls true
conda search libxml2
script:
- conda build ./recipe
after_success:
- ./ci_support/upload_or_check_non_existence.py ./recipe conda-forge --channel=main