Skip to content
Snippets Groups Projects
Commit 853cccec authored by Toni G's avatar Toni G
Browse files

nn

parent bf8534db
No related branches found
No related tags found
No related merge requests found
......@@ -2,8 +2,10 @@
env | sort
# TG: The "disabled" features are workaround for possible conda+configure bugs in library
# search: building is ok but linking with the .so doesn't find them (in conda-forge).
# TG: The "disabled" features are workaround for possible
# conda+configure bugs in library search: building is ok but
# linking with the .so doesn't find them (in
# conda-forge). Possibly the LD path needs tweaks.
# TODO: re-enable them and see. Also to do: install docs?
......
......@@ -39,7 +39,7 @@ ls -l $CONDA_HOME/conda-bld/$TRAVIS_OS_NAME-64
export VERSION=`date +%Y.%m.%d`
# Disabled because it fails
if [[ -v CONDA_UPLOAD_TOKEN ]]; then
if [[ -n "$CONDA_UPLOAD_TOKEN" ]]; then
USER=tonigi # fix this
anaconda -t $CONDA_UPLOAD_TOKEN upload -u $USER -l testing \
$CONDA_HOME/conda-bld/$TRAVIS_OS_NAME-64/plumed*.tar.bz2 --force
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment