Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
torch-sparse
Commits
6e57f205
Commit
6e57f205
authored
Apr 25, 2020
by
rusty1s
Browse files
[ci deploy]
parent
de277a81
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
script/install.sh
script/install.sh
+3
-2
No files found.
script/install.sh
View file @
6e57f205
...
...
@@ -4,6 +4,7 @@ if [ "${TRAVIS_OS_NAME}" != "windows" ]; then
python setup.py
install
else
echo
"python setup.py install"
while
sleep
9m
;
do
echo
"=====[
$SECONDS
seconds still running ]====="
;
done
&
python setup.py
install
&> /dev/null
while
sleep
540
;
do
echo
"=====[ Still running after
$SECONDS
seconds ]====="
;
done
&
python setup.py
install
|
tail
-n
1000
kill
%1
fi
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment