mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-24 07:20:01 +02:00
conda
This commit is contained in:
parent
4dc4c1ec0a
commit
d8436da540
19
.travis.yml
19
.travis.yml
@ -18,25 +18,22 @@ install:
|
||||
- ldd --version
|
||||
- wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh;
|
||||
- bash miniconda.sh -b -p $HOME/miniconda
|
||||
- export PATH="$HOME/miniconda/bin:$PATH"
|
||||
# - export PATH="$HOME/miniconda/bin:$PATH"
|
||||
- rm -f miniconda.sh
|
||||
- hash -r
|
||||
- conda config --set always_yes yes --set changeps1 no
|
||||
- conda config --add channels conda-forge
|
||||
- conda config --add channels slsdetectorgroup
|
||||
- conda update conda
|
||||
- conda update --all
|
||||
- conda install conda-build=3.17
|
||||
- conda install anaconda-client
|
||||
- conda install conda-verify
|
||||
- conda update -n base -c defaults conda
|
||||
|
||||
|
||||
# Useful for debugging any issues with conda
|
||||
- conda info -a
|
||||
|
||||
|
||||
# Replace dep1 dep2 ... with your dependencies
|
||||
- conda create -q -n test-environment python=$CONDA_PY
|
||||
- source activate test-environment
|
||||
- conda create -q -n testenv python=$CONDA_PY
|
||||
- conda activate testenv
|
||||
- conda install conda-build
|
||||
- conda install anaconda-client
|
||||
- conda install conda-verify
|
||||
- conda-build .
|
||||
|
||||
script:
|
||||
|
Loading…
x
Reference in New Issue
Block a user