Skip to content

Commit

Permalink
Merge 1a969a7 into b837541
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkinsc committed Aug 24, 2019
2 parents b837541 + 1a969a7 commit c26fb87
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions travis/build-conda.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ if [ -n "$TRAVIS_TAG" ]; then

else
# This is a development build

conda config --set anaconda_upload no

# make a directory to hold the built conda package
mkdir -p CONDA_PACKAGE_OUTDIR

Expand All @@ -50,5 +51,5 @@ else
echo "Rendering recipe..."
python packaging/conda-recipe/render-recipe.py "$CONDA_PKG_VERSION" --package-name "viral-ngs-dev" --download-filename "$TRAVIS_COMMIT" --run-reqs requirements-conda.txt --py3-run-reqs requirements-py3.txt --py2-run-reqs requirements-py2.txt --test-reqs requirements-conda-tests.txt --build-reqs requirements-conda.txt
echo "Building recipe..."
CONDA_PERL=5.26 conda build $CONDA_CHANNEL_STRING --python "$TRAVIS_PYTHON_VERSION" --token "$ANACONDA_TOKEN" --output-folder "$CONDA_PACKAGE_OUTDIR" packaging/conda-recipe/viral-ngs
CONDA_PERL=5.26 conda build $CONDA_CHANNEL_STRING --python "$TRAVIS_PYTHON_VERSION" --output-folder "$CONDA_PACKAGE_OUTDIR" packaging/conda-recipe/viral-ngs
fi

0 comments on commit c26fb87

Please sign in to comment.