This commit is contained in:
Erik Frojdh 2019-09-30 16:58:04 +02:00
parent 3a698cc306
commit 4a629b954a
2 changed files with 3 additions and 3 deletions

View File

@ -46,5 +46,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: developer branch: filip1

View File

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