forked from conda-forge/botocore-feedstock
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.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: "ZeSMoYrO3/WQvjCvScz3j6JKupSHD3Gl/x28TxWeDYyTfykJU5TYbobI7d3jxADrzc9xhWXm7Ja+fhEoPa7xd2HsvUXPT+AEjSzvTQ5MemLBLERT/J4Nl29wfGMx4/XbtPJ2PP7ynkEOTW1iCX/UHsYocsU0wq8GBPJXEj69X2h2tEctty5FOSXKU3htPhPfeQOQPO/WhiisHSobIIv/KljIBB860ixUXfJYDbsQXVP2Nqq7YfSQ6twpR3tIasRqj1aGiV4AOoW3BaDLS6Eiivbp8zObsJtyjyPHGQJBFgKp3Fvt3Bmotapge31BG9QciaE0X6qCoFNEWJkJCBOXk+300x2pIw9fq3LcbrHexHxfqUzlrdn5Kc0F9UfYF4O1CUIbd15SDvZBNphdCB/lmTTdMvco4+KthWdWz2X1QX86xx94LeHGh3/40tonG5ygABOxviLLBoagQ+4GfkxKnZ4HbCZpIcXgxK/jeHwEhfnPdINnTIOp4l5YKVy6O1/DBxyN1nJ3L+gdg0q5N1IZrrzP7Ttp1EmvEM+YMimReUnOrQ27OtSi3V+eXrKIggSfTAEioUocmZn+2jEwAQ+H9gAge4tne5g2KzQ8pUdF6AglCYn84xEG1WsJEvigFrZcWDU4WBLc49/S6/ir3McPlqjMINBDax3SnbKVQ9HAEg0="
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