diff options
| author | Joseph Hunkeler <jhunkeler@gmail.com> | 2017-06-21 22:08:36 -0400 |
|---|---|---|
| committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2017-06-21 22:08:36 -0400 |
| commit | 208aa350891bfab8ea5d96abf2cad75a24823b1b (patch) | |
| tree | b5a40ee30ac5f9540847dc94df58e09970c0c7dc /.jenkins | |
| parent | 8ce699ddf8865c986ee6235607b42698f397e5ae (diff) | |
| download | hello_world-208aa350891bfab8ea5d96abf2cad75a24823b1b.tar.gz | |
hmm
Diffstat (limited to '.jenkins')
| -rwxr-xr-x | .jenkins/install_conda.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.jenkins/install_conda.sh b/.jenkins/install_conda.sh new file mode 100755 index 0000000..96c1b39 --- /dev/null +++ b/.jenkins/install_conda.sh @@ -0,0 +1,3 @@ +#!/bin/bash -e +wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh +bash Miniconda3-latest-Linux-x86_64.sh -b -p ${HOME}/mc3 |
