File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ sudo: false
33
44os :
55 - linux
6- # - osx
6+ - osx
77
88install :
99 - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then export OS=MacOSX; else export OS=Linux; fi
@@ -15,8 +15,7 @@ install:
1515 - conda update -y conda python
1616 - conda info -a
1717 - conda install conda-build anaconda-client constructor git
18- - git describe --tags
19- - conda build -c terhorst -c bioconda conda --debug
18+ - conda build -c terhorst -c bioconda conda
2019 - conda build -c terhorst -c bioconda conda --output | tee .packages
2120 - conda/template.py conda/construct.tpl $VERSION > conda/construct.yaml
2221
Original file line number Diff line number Diff line change 11package :
22 name : smcpp
3- version : {{ GIT_DESCRIBE_TAG.lstrip('v') }}
3+ version : {{ environ.get(' GIT_DESCRIBE_TAG', 'default') .lstrip('v') }}
44
55build :
66 number : {{ GIT_DESCRIBE_NUMBER }}
You can’t perform that action at this time.
0 commit comments