bat: add makejobs to cargo build

This commit is contained in:
cr6git 2018-09-24 09:53:56 +02:00 committed by GitHub
parent 4f0f281bcc
commit 46fc2a2f55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -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
}