bat: add makejobs to cargo build
This commit is contained in:
parent
4f0f281bcc
commit
46fc2a2f55
1 changed files with 1 additions and 2 deletions
|
@ -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"
|
https://travis-ci.org/voidlinux/void-packages/jobs/374173137#L1021"
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
cargo build --release
|
cargo build --release ${makejobs}
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
@ -23,4 +23,3 @@ do_install() {
|
||||||
vlicense LICENSE-MIT
|
vlicense LICENSE-MIT
|
||||||
vdoc README.md
|
vdoc README.md
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue