This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
build,circleci: make compile verbose to avoid timeout
Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
lilik-openwrt-22.03
Etienne Champetier
6 years ago
parent
4c1a67278f
commit
4ebb869a94
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.circleci/config.yml
+ 1
- 1
.circleci/config.yml
View File
@ -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:
Write
Preview
Loading…
Cancel
Save