merging refactor (replacing)

This commit is contained in:
2019-04-12 10:53:09 +02:00
parent 0bb800cc8a
commit 89a06f099c
1176 changed files with 82698 additions and 159058 deletions

View File

@ -2,10 +2,13 @@ sudo: false
language: cpp
matrix:
include:
- os: linux
env: CONDA_PY=3.6
os: linux
env:
matrix:
- CONDA_PY=3.6
- CONDA_PY=3.7
dist: trusty
@ -23,6 +26,7 @@ install:
- conda update conda
- conda update --all
- conda install conda-build anaconda-client
- conda install conda-verify
# Useful for debugging any issues with conda
- conda info -a
@ -34,12 +38,12 @@ install:
- conda-build .
script:
- echo "No test scripts to be run!"
- CTEST_OUTPUT_ON_FAILURE=1 ctest -j 2
deploy:
provider: script
script: find $HOME/miniconda/conda-bld/${TRAVIS_OS_NAME}-64 -name "*.tar.bz2" -exec anaconda -t $CONDA_TOKEN upload --force {} \;
on:
branch: developer
branch: refactor