We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--yes-to-all
1 parent 9fa0f2a commit 67fd636Copy full SHA for 67fd636
.travis.yml
@@ -158,7 +158,7 @@ script:
158
ln -fs "$(which gcc-5)" "$HOME/bin/gcc"
159
ln -fs "$(which g++-5)" "$HOME/bin/g++"
160
export PATH="$PATH:$HOME/bin"
161
- yes | ./install.sh -i "$HOME/opt/opencoarrays" -j 4 -f "$HOME/bin/gfortran" -c "$HOME/bin/gcc" -C "$HOME/bin/g++"
+ ./install.sh --yes-to-all -i "$HOME/opt/opencoarrays" -j 4 -f "$HOME/bin/gfortran" -c "$HOME/bin/gcc" -C "$HOME/bin/g++"
162
else
163
mkdir cmake-build
164
cd cmake-build
0 commit comments