mirror of
https://github.com/sharkdp/bat.git
synced 2025-02-07 13:41:14 +00:00
Add statically-linked version of bat, closes #46
This commit is contained in:
parent
21f9e2b0f7
commit
b7bc2d54ba
12
.travis.yml
12
.travis.yml
@ -6,6 +6,11 @@ matrix:
|
|||||||
- os: linux
|
- os: linux
|
||||||
rust: stable
|
rust: stable
|
||||||
env: TARGET=x86_64-unknown-linux-gnu
|
env: TARGET=x86_64-unknown-linux-gnu
|
||||||
|
- os: linux
|
||||||
|
rust: stable
|
||||||
|
env:
|
||||||
|
- TARGET=x86_64-unknown-linux-musl
|
||||||
|
- CC_x86_64_unknown_linux_musl=/usr/bin/musl-gcc
|
||||||
- os: osx
|
- os: osx
|
||||||
rust: stable
|
rust: stable
|
||||||
env: TARGET=x86_64-apple-darwin
|
env: TARGET=x86_64-apple-darwin
|
||||||
@ -14,6 +19,11 @@ matrix:
|
|||||||
- os: linux
|
- os: linux
|
||||||
rust: 1.24.0
|
rust: 1.24.0
|
||||||
env: TARGET=x86_64-unknown-linux-gnu
|
env: TARGET=x86_64-unknown-linux-gnu
|
||||||
|
- os: linux
|
||||||
|
rust: 1.24.0
|
||||||
|
env:
|
||||||
|
- TARGET=x86_64-unknown-linux-musl
|
||||||
|
- CC_x86_64_unknown_linux_musl=/usr/bin/musl-gcc
|
||||||
- os: osx
|
- os: osx
|
||||||
rust: 1.24.0
|
rust: 1.24.0
|
||||||
env: TARGET=x86_64-apple-darwin
|
env: TARGET=x86_64-apple-darwin
|
||||||
@ -23,6 +33,8 @@ addons:
|
|||||||
packages:
|
packages:
|
||||||
# needed for i686-unknown-linux-gnu target
|
# needed for i686-unknown-linux-gnu target
|
||||||
- gcc-multilib
|
- gcc-multilib
|
||||||
|
# needed for musl targets
|
||||||
|
- musl-tools
|
||||||
# needed to build deb packages
|
# needed to build deb packages
|
||||||
- fakeroot
|
- fakeroot
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user