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
commit
4ebb869a94
1 changed files with 1 additions and 1 deletions
  1. +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:


Loading…
Cancel
Save