-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
56 lines (45 loc) · 2.2 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
48
49
50
51
52
53
54
55
56
# 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: xcode6.4
env:
matrix:
- CONDA_PY=27
- CONDA_PY=35
global:
# The BINSTAR_TOKEN secure variable. This is defined canonically in conda-forge.yml.
- secure: "sNMMe9LhIzAHns669HLlqXuh8gCRzMIBGkGcz49hWMhATPSB6sItuePTLg2yWxIQjmdSUHJ41ZTU1Xpj3RoVlKgOZ2KOJ9f8VhSZCqOiC51GQmLNjzd4hHleLg7RXKbykuNLRI4O71Wp2Jj24kptSrifdu/d/8d95Q1boFw/fNeIPVV76HbB8mKFf16YjKkx4Ts6NGkWW+2QiSs1nYHCyWJMcSMxDrV+TrtKbHqSKvEm8SRmVt7tH2YL3x8ACEQOU8+RMiOxq9EIy436Z0hoZnd94vk8ste2yL5R+fgzrIoGvwzLRNhou15zff5MuO5E6EbjEoaplMCnt+PMk17FHSw61uFG7CTZijqCfs/J4XNpilDYQWL4vJ/eWR+sK14meD4NFxgXuQPkXu7HPAvv1ZILast/u/VHE8x69sDlcWyisAAov1QkEfw2kHHDBrU2yiUzPFa89++AMO9Rz8kFKcNt98KeOqt9V+G8wdsIW2fxr/8vYzsQPXw0LCn1tf+4E05GmEGbV/uDCQrTs7+QrfQLAJJ1AGrpA0YQ/eDMLRscF/p8O26AQKObK0hW83Wdfm7Vq34c6+aK2QhmW+sgjXDkEgBfK3Gruxk4wmaG9V9NTw1ibEhRGGCkjc9Mf8oaQnq4bIf9A1PS6tv0rOoHtfvbrmfTi0BZ72O1hTKQeHI="
before_install:
# Remove homebrew.
- |
echo ""
echo "Removing homebrew from Travis CI to avoid conflicts."
curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/uninstall > ~/uninstall_homebrew
chmod +x ~/uninstall_homebrew
~/uninstall_homebrew -fq
rm ~/uninstall_homebrew
install:
# Install Miniconda.
- |
echo ""
echo "Installing a fresh version of Miniconda."
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
# Configure conda.
- |
echo ""
echo "Configuring conda."
source /Users/travis/miniconda3/bin/activate root
conda config --remove channels defaults
conda config --add channels defaults
conda config --add channels conda-forge
conda config --add channels rdkit
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 3D-e-Chem --channel=main