Skip to content

Commit

Permalink
Accelerate build
Browse files Browse the repository at this point in the history
  • Loading branch information
SylvainCorlay committed Feb 5, 2017
1 parent 33355d3 commit bbc50e4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -9,8 +9,8 @@ osx_image: xcode6.4
env:
matrix:

- LLVM_VARIANT=cling CONDA_PY=27
- LLVM_VARIANT=default CONDA_PY=27
- LLVM_VARIANT=cling CONDA_PY=36
- LLVM_VARIANT=default CONDA_PY=36
global:
# The BINSTAR_TOKEN secure variable. This is defined canonically in conda-forge.yml.
- secure: "Rsc1XQLxRBgjpg44G1LYdAHpnYMs3K4KA0k5vU+bd6xEwaPx+Qj3AZFaf2wXyaB/pLn1BGkYCUbnoEoCiGTMhGaiiuf1G/eSUbI4jLUryDhJL08kLl83dPjOJE5gZ/nw/ZPbgEkAKWLM/+Y6ZRIqDsxZKSPxfw72OohsIKcWk5ASpdFfUecuFQw/Da2By5DSgWKsUyZhA848nx3vEn0pNktmRjH4L/cFWmphlDKnXifMaKi4HjSHA1yY3/JLVYkKOeNxEBNUYvcrUvtLXqdjfXZQnhMer16xgigqY3LRxFb91UCTBAD9oRIvZgG5N+cqAuTPwyUDRb6wTX6LcEcIOtD7XyVtiZpNTiE/LhH1yqJPBqgUNqUcWV9PDpmsFmeUsbnLYRS/4ohdJeA/LGghWIRzg2s99bZWsi4+NeTQSlrPfZFNW8fuNOLfCFmG+MVc9nQWNFeBhix1KVzy5SAqyxcr/k7QwnZQ9ov+hzNvwW74gkTQCWsG8gHvdCOSHW7mozcCVjcD5tWZ8OQuZVQPC9KZUC08iEV0pLOKgeRX+fMWCvaLq9Q93S+xifQpMzBPUcPIU/8WuuRxJfGwnDnaCGkBJvqdDCCo4dG8aZnT9lBo4+XC2wWzjqZuk3Ckc+/PlCiq6A4ZogrAmPyRV3m8UtgOJ/dXmlK0SdxQxgT9bV8="
Expand Down
4 changes: 2 additions & 2 deletions ci_support/run_docker_build.sh
Expand Up @@ -44,14 +44,14 @@ source run_conda_forge_build_setup
# Embarking on 2 case(s).
set -x
export LLVM_VARIANT=cling
export CONDA_PY=27
export CONDA_PY=36
set +x
conda build /recipe_root --quiet || exit 1
upload_or_check_non_existence /recipe_root conda-forge --channel=main || exit 1
set -x
export LLVM_VARIANT=default
export CONDA_PY=27
export CONDA_PY=36
set +x
conda build /recipe_root --quiet || exit 1
upload_or_check_non_existence /recipe_root conda-forge --channel=main || exit 1
Expand Down
1 change: 1 addition & 0 deletions recipe/meta.yaml
Expand Up @@ -37,6 +37,7 @@ source:
build:
number: {{ build_number }}
string: {{ build_string }}
skip: true # [py<36]

{% if llvm_variant == "cling" %}
features:
Expand Down

0 comments on commit bbc50e4

Please sign in to comment.