Skip to content

Commit 5fb20e5

Browse files
authored
Merge pull request #26 from j0kaso/master
UPDATE: travis auto-release to conda
2 parents 18d53a7 + 6e9bc47 commit 5fb20e5

2 files changed

Lines changed: 5 additions & 10 deletions

File tree

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ script:
6060
- mdsrv -h
6161

6262
after_success:
63+
- tags: true
64+
- branch: master
6365
- echo $TRAVIS_TAG
6466
- echo $CONDA_USER
6567
- export CONDA_PACKAGE=`conda build --output develop/conda-recipe | grep bz2`

develop/conda-recipe/meta.yaml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,9 @@
1-
{% set name = "mdsrv" %}
2-
{% set version = "v0.3.3" %}
3-
{% set sha256 = "8c476e6a02dffad9301858788ce549a9d778655d2c4fca15057462d39c98c88f" %}
4-
51
package:
6-
name: {{ name|lower }}
7-
version: {{ version }}
2+
name: mdsrv
3+
version: {{ environ.get('GIT_DESCRIBE_TAG', 'v0.3.4')}}
84

95
source:
106
path: ../../
11-
# {{ name }}-{{ version }}.tar.gz
12-
# url: https://github.com/j0kaso/{{ name }}/archive/{{ version }}.tar.gz
137

148
build:
159
number: 1
@@ -46,5 +40,4 @@ about:
4640
summary: "Simple server to visualize remote trajectories."
4741
description: |
4842
MDsrv is a simple server that enables remote access to coordinate trajectories from molecular dynamics simulations. It can be used together with the NGL Viewer (http://github.com/arose/ngl) to interactively view trajectories of molecular complexes in a web-browser, either within a local network or from anywhere over the internet.
49-
dev_url: https://nglviewer.org/mdsrv
50-
43+
dev_url: https://nglviewer.org/mdsrv

0 commit comments

Comments
 (0)