conda meta

This commit is contained in:
Erik Frojdh 2019-04-17 09:05:21 +02:00
parent c7169f3c36
commit cedde395a0
2 changed files with 3 additions and 3 deletions

View File

@ -45,5 +45,5 @@ deploy:
provider: script provider: script
script: find $HOME/miniconda/conda-bld/${TRAVIS_OS_NAME}-64 -name "*.tar.bz2" -exec anaconda -t $CONDA_TOKEN upload --force {} \; script: find $HOME/miniconda/conda-bld/${TRAVIS_OS_NAME}-64 -name "*.tar.bz2" -exec anaconda -t $CONDA_TOKEN upload --force {} \;
on: on:
branch: refactor branch: developer

View File

@ -1,7 +1,7 @@
package: package:
name: sls_detector_software name: sls_detector_software
version: "refactor" version: "developer"
source: source:
- path: .. - path: ..
@ -76,7 +76,7 @@ outputs:
run: run:
- python - python
- numpy - numpy
- sls_detector_lib=refactor - sls_detector_lib=developer
- pyzmq - pyzmq
- libstdcxx-ng - libstdcxx-ng
- libgcc-ng - libgcc-ng