forked from conda-forge/libiconv-feedstock
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
38 lines (27 loc) · 1.67 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
# 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:
global:
# The BINSTAR_TOKEN secure variable. This is defined canonically in conda-forge.yml.
- secure: "fcnqr0NWPx2hwpgOHb+/erUY2LGGe57glrS6auoWShj61oAMHK/GRVefNZ5UDGOPtdjV0tS8yV9i1d285I32FovCU3Pr6dn1rF+qPVijGqzueCaH4Lv9SuFLsnzUqFGXlc6vQy4sws3wWWizjBIycttZunrQ+aKy5ezMlD9SGrE1c4iNX68hoeVnqUzPvmgt/vW5Y9BazDYmmYZKH0P0r2Ka/e3+mo9gFdq9DPC/UPdIDXN26T8vvu9N4/74epsgAtKymdSa3LDrvgj8NPfYHSda3KVs2g4nEO4tdeJ1CS6XcZ2Yql8C6srvoHfE9VqIPJx2xqP315GqKPzx1y/VGg3u4pE9E43OzOCCy5VA4cvIdYbJudJCNx0CQtfIsEFm01uyToXabFPbs6tZaSdegtOnk/wJtgPHlS3U5dkYMagE11Lkr4y5YQS63uQEyjQAwKKOLKqfqzPHNHknGwjekmnMe3vOXXtuW3dWN6r3ZscWWf9k/GrBlpQ8okkBSlT1QOYRzcrPd0YikAJeswf+K9c2WS70GqBUC+GE2PuweYxq3VxVtxdcxZm2zWCFXGSlPJaQ3Nohw3nja2CUTT0BnilUOJBn3iOq1BlQkhkUz0IgBp2QSnE3uwcQaE91NsmU2f/3ys43TdYP3UPqv/oqqfWlKokZB1653PLrVgmIskM="
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 --set show_channel_urls true
conda update --yes conda
conda install --yes conda-build=1.20.0 jinja2 anaconda-client
conda config --add channels conda-forge
script:
- conda build ./recipe
after_success:
- ./ci_support/upload_or_check_non_existence.py ./recipe conda-forge --channel=main