File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -151,13 +151,7 @@ script:
151
151
ln -fs "$(which gcc-5)" "$HOME/bin/gcc"
152
152
ln -fs "$(which g++-5)" "$HOME/bin/g++"
153
153
export PATH="$PATH:$HOME/bin"
154
- yes | ./install.sh -i "$HOME/opt/opencoarrays" -j 4 -f "$HOME/bin/gfortran" -c "$HOME/bin/gcc" -C "$HOME/bin/g++" > install.log &
155
- install_sh_PID=$!
156
- echo "install.log will be displayed after success or failure"
157
- while ps -p $install_sh_PID > /dev/null; do
158
- echo "Still working on installing opencoarrays and dependencies"
159
- sleep 300 # prevent Travis-CI abort due to inactivity and excessive logging
160
- done
154
+ yes | ./install.sh -i "$HOME/opt/opencoarrays" -j 4 -f "$HOME/bin/gfortran" -c "$HOME/bin/gcc" -C "$HOME/bin/g++"
161
155
else
162
156
mkdir cmake-build
163
157
cd cmake-build
@@ -172,10 +166,6 @@ after_success:
172
166
- find . -name '*.gcno' -print
173
167
- gcov-5 --version
174
168
- bash <(curl -s https://codecov.io/bash) -x $(which gcov-5)
175
- - cat install.log || true
176
-
177
- after_failure :
178
- - cat install.log || true
179
169
180
170
notifications :
181
171
webhooks :
You can’t perform that action at this time.
0 commit comments