mirror of
https://github.com/haiwen/seafile-server.git
synced 2025-09-02 07:54:27 +00:00
travis ci: silent the make outputs
This commit is contained in:
@@ -123,7 +123,7 @@ class Project(object):
|
|||||||
cmds = [
|
cmds = [
|
||||||
'./autogen.sh',
|
'./autogen.sh',
|
||||||
'./configure --prefix={}'.format(PREFIX),
|
'./configure --prefix={}'.format(PREFIX),
|
||||||
'make -j{}'.format(num_jobs()),
|
'make -j{} V=0'.format(num_jobs()),
|
||||||
'make install',
|
'make install',
|
||||||
]
|
]
|
||||||
for cmd in cmds:
|
for cmd in cmds:
|
||||||
|
Reference in New Issue
Block a user