Skip to content

Commit 8a2abaa

Browse files
committed
Hide make output
1 parent f7fb1cf commit 8a2abaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cirrus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ arm_task:
175175
--with-pdo-firebird
176176
--with-pdo-dblib
177177
`#--enable-werror`
178-
- make -j$(/usr/bin/nproc)
178+
- make -j$(/usr/bin/nproc) > /dev/null
179179
- make install
180180
- mkdir -p /etc/php.d
181181
- echo opcache.enable_cli=1 > /etc/php.d/opcache.ini

0 commit comments

Comments
 (0)