mirror of
https://github.com/novatiq/packages.git
synced 2026-04-24 21:14:40 +01: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