mirror of
https://github.com/openwrt/packages.git
synced 2025-12-25 16:17:36 +04:00
build,circleci: make compile verbose to avoid timeout
Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
This commit is contained in:
@@ -50,7 +50,7 @@ jobs:
|
||||
make "package/$PKG/check" V=s
|
||||
done
|
||||
for PKG in $PKGS ; do
|
||||
make "package/$PKG/compile" -j3
|
||||
make "package/$PKG/compile" -j3 V=s
|
||||
done
|
||||
|
||||
- store_artifacts:
|
||||
|
||||
Reference in New Issue
Block a user