git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
4c1a672
)
build,circleci: make compile verbose to avoid timeout
author
Etienne Champetier
<redacted>
Tue, 23 Oct 2018 20:40:04 +0000
(16:40 -0400)
committer
Etienne Champetier
<redacted>
Tue, 23 Oct 2018 20:40:04 +0000
(16:40 -0400)
Signed-off-by: Etienne Champetier <redacted>
.circleci/config.yml
patch
|
blob
|
history
diff --git
a/.circleci/config.yml
b/.circleci/config.yml
index 37e0661586601f38b8922677f08af010c44360bc..853a8c7a61ba85a6d7509bc1b1b7319f5263bf06 100644
(file)
--- a/
.circleci/config.yml
+++ b/
.circleci/config.yml
@@
-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:
git clone https://git.99rst.org/PROJECT