forked from conda-forge/diskcache-feedstock
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
42 lines (32 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
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: "S9dUZeW2gYjAYVjH4k9xcnBsGec+dvbP9N8MZ2BJ4QkUr8PxMtejDb7S86vca+Xmr6O9P/pP33N7VEN8eiM+/pBf5I2FJ5JSSISMe2ynPhMvQC12ktCy4CX+aRfrm70oFMB20j3fRDVTlFBRNoZ5qwcKpiFGP0RJcalxOSon0nI9oadtG5b4IGSex5WgdPeQs6+s8N9nE0bfaJ+meEeK+L/8DN15x0ECoVqSVW0rkRnY9iFctupBJhQ2/tlz1RzaPhSXhPKB9JZJQTqiOz0b3PpbX2cfEAIzANYQhQC9lulONJUwt+K5BG1Y56B+9VEQkYjVGYWuZTVhXdIej2t1b6NsQM9i8ynd1XkHSISCfQisRADdBEA0Rgc3zYhSXaDe5BelpSaIX1ClfIbrMtgweqdlGMz5LzrJVZWnueAlxWbPT8Bx+y30Y7mCtKT6EabhY0nnkCV7JTHkeMNg4EsxULnN1O5hUgZSIixjWpSLNZj4tmkY+mObgXz9eL/AbGlGtIrnVI3OXH8AhN6XUVJjUJVXoeophoAp7chZ2dAN8k6g9TfNbdiGW2egtPwXlDOXHNXjPExKRSIzSilL4nasOyb3196E/Az3ILUXu7hnd1wgyzC2Z14Elxq+XyqXHxDDBQ/0bcgkaQ3J8P3t+W90IPpDwQh70u7E0TjFVAKtCrA="
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
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