Jenkinsfile: build with verbose log
This commit is contained in:
parent
94be22c0c4
commit
b1f7583e5c
2
contrib/ci/Jenkinsfile
vendored
2
contrib/ci/Jenkinsfile
vendored
@ -20,7 +20,7 @@ pipeline {
|
||||
steps {
|
||||
sh 'make update'
|
||||
sh 'test -d /dl_cache && ln -s /dl_cache openwrt/dl || true'
|
||||
sh 'make -j$(nproc)'
|
||||
sh 'make -j$(nproc) V=s'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user