File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 1313 - MPICH_GCC7_BOT_URL_HEAD="https://github.com/sourceryinstitute/OpenCoarrays/files/1956441/"
1414 - MPICH_BOT_URL_TAIL="mpich-3.2.1_1.high_sierra.bottle.1.tar.gz"
1515 - BUILD_TYPES="Debug RelWithDebInfo Release CodeCoverage"
16+ - PATH="${HOME}/.local/bin:$PATH"
1617 # matrix:
1718 # - GCC="6 7" OSX_PACKAGES="gcc@7 gcc@6 cmake shellcheck" BUILD_TYPE="cmake"
1819
Original file line number Diff line number Diff line change @@ -21,6 +21,10 @@ trap '__caf_err_report "${FUNCNAME:-.}" ${LINENO}' ERR
2121
2222echo " Performing Travis-CI installation phase on Linux..."
2323
24+ echo " Installing CMake binaries using install.sh..."
25+
26+ ./install.sh --package=cmake --install-prefix=" ${HOME} /.local"
27+
2428if [[ " ${BUILD_TYPE:- } " != InstallScript ]]; then # Ubuntu on Travis-CI, NOT testing install.sh
2529 if ! [[ -x " ${HOME} /.local/bin/mpif90" && -x " ${HOME} /.local/bin/mpicc" ]]; then
2630 # mpich install not cached
You can’t perform that action at this time.
0 commit comments