bat: add makejobs to cargo build
This commit is contained in:
parent
4f0f281bcc
commit
46fc2a2f55
|
@ -15,7 +15,7 @@ nocross="https://travis-ci.org/voidlinux/void-packages/jobs/374173136#L1025
|
|||
https://travis-ci.org/voidlinux/void-packages/jobs/374173137#L1021"
|
||||
|
||||
do_build() {
|
||||
cargo build --release
|
||||
cargo build --release ${makejobs}
|
||||
}
|
||||
|
||||
do_install() {
|
||||
|
@ -23,4 +23,3 @@ do_install() {
|
|||
vlicense LICENSE-MIT
|
||||
vdoc README.md
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue