File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change 1
1
language : rust
2
2
rust :
3
- - nightly
3
+ - nightly
4
4
sudo : false
5
5
6
6
matrix :
7
7
include :
8
8
- os : osx
9
- - rust : nightly
9
+ - name : cargo bench
10
+ rust : nightly
10
11
script : cargo bench --all && cd futures-util && cargo bench --features=bench
11
- - rust : nightly
12
+ - name : cargo build --no-default-features
13
+ rust : nightly
12
14
script :
13
15
- cargo build --manifest-path futures/Cargo.toml --no-default-features
14
16
- cargo build --manifest-path futures-channel/Cargo.toml --no-default-features
15
17
- cargo build --manifest-path futures-core/Cargo.toml --no-default-features
16
18
- cargo build --manifest-path futures-executor/Cargo.toml --no-default-features
17
19
- cargo build --manifest-path futures-sink/Cargo.toml --no-default-features
18
20
- cargo build --manifest-path futures-util/Cargo.toml --no-default-features
19
- - rust : nightly
21
+ - name : cargo build --target=thumbv6m-none-eabi
22
+ rust : nightly
20
23
script :
21
24
- rustup target add thumbv6m-none-eabi
22
25
- cargo build --manifest-path futures/Cargo.toml --target thumbv6m-none-eabi --no-default-features --features nightly
23
- - rust : nightly
26
+ - name : cargo doc
27
+ rust : nightly
24
28
script :
25
29
- cargo doc
26
30
You can’t perform that action at this time.
0 commit comments