Verbose output for SageMath extraction
This commit is contained in:
parent
d7a3e9cb99
commit
25c5dc8980
|
@ -19,7 +19,10 @@ install:
|
|||
|
||||
sudo mkdir /opt/sagemath
|
||||
sudo chown riju:riju /opt/sagemath
|
||||
tar -xf sage.tar.bz2 -C /opt/sagemath --strip-components=1
|
||||
|
||||
# Verbose output because otherwise CircleCI thinks nothing is
|
||||
# happening for too long, and kills the job.
|
||||
tar -xvf sage.tar.bz2 -C /opt/sagemath --strip-components=1
|
||||
|
||||
python2 /opt/sagemath/relocate-once.py
|
||||
|
||||
|
|
Loading…
Reference in New Issue