1
0
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:
Shuai Lin
2018-01-16 18:23:18 +08:00
parent 9be16db6ba
commit 4853ff8317

View File

@@ -123,7 +123,7 @@ class Project(object):
cmds = [
'./autogen.sh',
'./configure --prefix={}'.format(PREFIX),
'make -j{}'.format(num_jobs()),
'make -j{} V=0'.format(num_jobs()),
'make install',
]
for cmd in cmds: