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 13
13
- MPICH_GCC7_BOT_URL_HEAD="https://github.com/sourceryinstitute/OpenCoarrays/files/1956441/"
14
14
- MPICH_BOT_URL_TAIL="mpich-3.2.1_1.high_sierra.bottle.1.tar.gz"
15
15
- BUILD_TYPES="Debug RelWithDebInfo Release CodeCoverage"
16
+ - PATH="${HOME}/.local/bin:$PATH"
16
17
# matrix:
17
18
# - GCC="6 7" OSX_PACKAGES="gcc@7 gcc@6 cmake shellcheck" BUILD_TYPE="cmake"
18
19
Original file line number Diff line number Diff line change @@ -21,6 +21,10 @@ trap '__caf_err_report "${FUNCNAME:-.}" ${LINENO}' ERR
21
21
22
22
echo " Performing Travis-CI installation phase on Linux..."
23
23
24
+ echo " Installing CMake binaries using install.sh..."
25
+
26
+ ./install.sh --package=cmake --install-prefix=" ${HOME} /.local"
27
+
24
28
if [[ " ${BUILD_TYPE:- } " != InstallScript ]]; then # Ubuntu on Travis-CI, NOT testing install.sh
25
29
if ! [[ -x " ${HOME} /.local/bin/mpif90" && -x " ${HOME} /.local/bin/mpicc" ]]; then
26
30
# mpich install not cached
You can’t perform that action at this time.
0 commit comments