mirror of
https://github.com/timvisee/ffsend.git
synced 2025-10-03 01:29:16 +02:00
Add no-color compiler feature
This commit is contained in:
parent
ae3bf27d0e
commit
affa6e65d2
2 changed files with 2 additions and 0 deletions
|
@ -15,5 +15,6 @@ addons:
|
||||||
script:
|
script:
|
||||||
- cargo build --verbose --all
|
- cargo build --verbose --all
|
||||||
- cargo build --no-default-features --verbose --all
|
- cargo build --no-default-features --verbose --all
|
||||||
|
- cargo build --features no-color --verbose --all
|
||||||
- cargo test --verbose --all
|
- cargo test --verbose --all
|
||||||
- cargo doc
|
- cargo doc
|
||||||
|
|
|
@ -10,6 +10,7 @@ name = "ffsend"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["clipboard"]
|
default = ["clipboard"]
|
||||||
|
no-color = ["colored/no-color"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
clap = "2.31"
|
clap = "2.31"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue