juniper/juniper_warp/Makefile.toml

23 lines
635 B
TOML
Raw Normal View History

2019-11-15 14:44:24 -06:00
[env]
CARGO_MAKE_CARGO_ALL_FEATURES = ""
2018-10-02 16:53:09 -05:00
[tasks.build-verbose]
condition = { rust_version = { min = "1.29.0" } }
[tasks.build-verbose.windows]
condition = { rust_version = { min = "1.29.0" }, env = { "TARGET" = "x86_64-pc-windows-msvc" } }
[tasks.test-verbose]
condition = { rust_version = { min = "1.29.0" } }
args = ["test", "--all-features"]
2018-10-02 16:53:09 -05:00
[tasks.test-verbose.windows]
2018-10-03 00:24:54 -05:00
condition = { rust_version = { min = "1.29.0" }, env = { "TARGET" = "x86_64-pc-windows-msvc" } }
args = ["test", "--all-features"]
2018-10-02 16:53:09 -05:00
[tasks.ci-coverage-flow]
condition = { rust_version = { min = "1.29.0" } }
[tasks.ci-coverage-flow.windows]
disabled = true