mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 23:18:42 +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
|
make "package/$PKG/check" V=s
|
||||||
done
|
done
|
||||||
for PKG in $PKGS ; do
|
for PKG in $PKGS ; do
|
||||||
make "package/$PKG/compile" -j3
|
make "package/$PKG/compile" -j3 V=s
|
||||||
done
|
done
|
||||||
|
|
||||||
- store_artifacts:
|
- store_artifacts:
|
||||||
|
|||||||
Reference in New Issue
Block a user