Skip to content

Commit

Permalink
rerendered with auto and conda-build 2
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed Dec 13, 2016
1 parent fec06e2 commit ad414b0
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 17 deletions.
5 changes: 5 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
* text=auto

meta.yaml text eol=lf
build.sh text eol=lf
bld.bat text eol=crlf
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,14 @@ install:
conda install --yes --quiet conda-forge-build-setup
source run_conda_forge_build_setup
# install conda-build 2.x to build with a long prefix
conda install --yes --quiet conda-build=2
conda info
script:
- conda build ./recipe

- upload_or_check_non_existence ./recipe conda-forge --channel=main

# inspect the prefix lengths of the built packages
- conda inspect prefix-lengths /Users/travis/miniconda3/conda-bld/osx-64/*.tar.bz2
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,18 @@ It also implements most of the EXSLT set of processor-portable extensions functi
and some of Saxon's evaluate and expressions extensions."


Current build status
====================

Linux: [![Circle CI](https://circleci.com/gh/conda-forge/libxslt-feedstock.svg?style=shield)](https://circleci.com/gh/conda-forge/libxslt-feedstock)
OSX: [![TravisCI](https://travis-ci.org/conda-forge/libxslt-feedstock.svg?branch=master)](https://travis-ci.org/conda-forge/libxslt-feedstock)
Windows: [![AppVeyor](https://ci.appveyor.com/api/projects/status/github/conda-forge/libxslt-feedstock?svg=True)](https://ci.appveyor.com/project/conda-forge/libxslt-feedstock/branch/master)

Current release info
====================
Version: [![Anaconda-Server Badge](https://anaconda.org/conda-forge/libxslt/badges/version.svg)](https://anaconda.org/conda-forge/libxslt)
Downloads: [![Anaconda-Server Badge](https://anaconda.org/conda-forge/libxslt/badges/downloads.svg)](https://anaconda.org/conda-forge/libxslt)

Installing libxslt
==================

Expand Down Expand Up @@ -72,18 +84,6 @@ Terminology
**conda-forge** - the place where the feedstock and smithy live and work to
produce the finished article (built conda distributions)

Current build status
====================

Linux: [![Circle CI](https://circleci.com/gh/conda-forge/libxslt-feedstock.svg?style=shield)](https://circleci.com/gh/conda-forge/libxslt-feedstock)
OSX: [![TravisCI](https://travis-ci.org/conda-forge/libxslt-feedstock.svg?branch=master)](https://travis-ci.org/conda-forge/libxslt-feedstock)
Windows: [![AppVeyor](https://ci.appveyor.com/api/projects/status/github/conda-forge/libxslt-feedstock?svg=True)](https://ci.appveyor.com/project/conda-forge/libxslt-feedstock/branch/master)

Current release info
====================
Version: [![Anaconda-Server Badge](https://anaconda.org/conda-forge/libxslt/badges/version.svg)](https://anaconda.org/conda-forge/libxslt)
Downloads: [![Anaconda-Server Badge](https://anaconda.org/conda-forge/libxslt/badges/downloads.svg)](https://anaconda.org/conda-forge/libxslt)


Updating libxslt-feedstock
==========================
Expand Down
9 changes: 4 additions & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@ environment:
# See: http://stackoverflow.com/a/13751649/163740
CMD_IN_ENV: "cmd /E:ON /V:ON /C obvci_appveyor_python_build_env.cmd"

# We set a default Python version for the miniconda that is to be installed. This can be
# overridden in the matrix definition where appropriate.
CONDA_PY: "27"
CONDA_INSTALL_LOCN: "C:\\Miniconda-x64"

BINSTAR_TOKEN:
# The BINSTAR_TOKEN secure variable. This is defined canonically in conda-forge.yml.
secure: MP4hZYylDyUWEsrt3u3cod2sbFeRwUziH02mvQOdbjsTO/l1yIxDkP/76rSIjcGC
Expand Down Expand Up @@ -84,6 +79,10 @@ install:
- cmd: conda install -n root --quiet --yes conda-forge-build-setup
- cmd: run_conda_forge_build_setup

# install conda-build 2.x to build with a long prefix
- cmd: conda install --yes --quiet conda-build=2
- cmd: conda info

# Skip .NET project specific build phase.
build: off

Expand Down
7 changes: 7 additions & 0 deletions ci_support/run_docker_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ conda clean --lock
conda install --yes --quiet conda-forge-build-setup
source run_conda_forge_build_setup
# install conda-build 2.x to build a long prefix
conda install --yes --quiet conda-build=2
conda info
# Embarking on 3 case(s).
set -x
export CONDA_PY=27
Expand All @@ -59,4 +63,7 @@ source run_conda_forge_build_setup
set +x
conda build /recipe_root --quiet || exit 1
upload_or_check_non_existence /recipe_root conda-forge --channel=main || exit 1
# inspect the prefix lengths of the built packages
conda inspect prefix-lengths /feedstock_root/build_artefacts/linux-64/*.tar.bz2
EOF

0 comments on commit ad414b0

Please sign in to comment.