Changeset 9712
- Timestamp:
- Mar 11, 2015, 5:24:48 PM (10 years ago)
- Location:
- trunk/anuga_core
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_core/.travis.yml
r9711 r9712 12 12 13 13 install: 14 - if [[ "$DISTRIB" ="conda" ]]; then source tools/install_conda.sh; fi15 - if [[ "$DISTRIB" ="ubuntu" ]]; then source tools/install_ubuntu.sh; fi14 - if [[ "$DISTRIB" == "conda" ]]; then source tools/install_conda.sh; fi 15 - if [[ "$DISTRIB" == "ubuntu" ]]; then source tools/install_ubuntu.sh; fi 16 16 17 17 script: … … 27 27 28 28 29 -
trunk/anuga_core/tools/install_conda.sh
r9711 r9712 12 12 13 13 [ -z "$PYTHON_VERSION" ] && PYTHON_VERSION="2.7" 14 [ -z "$DISTRIB" ] && DISTRIB="conda"15 14 [ -z "$PARALLEL" ] && PARALLEL="mpich2" 16 15 -
trunk/anuga_core/tools/install_ubuntu.sh
r9711 r9712 12 12 13 13 [ -z "$PYTHON_VERSION" ] && PYTHON_VERSION="2.7" 14 [ -z "$DISTRIB" ] && DISTRIB="ubuntu"15 14 [ -z "$PARALLEL" ] && PARALLEL="mpich2" 16 15
Note: See TracChangeset
for help on using the changeset viewer.