Add statically-linked version of bat, closes #46

This commit is contained in:
sharkdp 2018-05-03 08:23:54 +02:00 committed by David Peter
parent 21f9e2b0f7
commit b7bc2d54ba
1 changed files with 12 additions and 0 deletions

View File

@ -6,6 +6,11 @@ matrix:
- os: linux
rust: stable
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
rust: stable
env: TARGET=x86_64-apple-darwin
@ -14,6 +19,11 @@ matrix:
- os: linux
rust: 1.24.0
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
rust: 1.24.0
env: TARGET=x86_64-apple-darwin
@ -23,6 +33,8 @@ addons:
packages:
# needed for i686-unknown-linux-gnu target
- gcc-multilib
# needed for musl targets
- musl-tools
# needed to build deb packages
- fakeroot