File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Expand file tree Collapse file tree 1 file changed +10
-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
+ - os : linux
10
+ - name : cargo bench
11
+ rust : nightly
10
12
script : cargo bench --all && cd futures-util && cargo bench --features=bench
11
- - rust : nightly
13
+ - name : cargo build --no-default-features
14
+ rust : nightly
12
15
script :
13
16
- cargo build --manifest-path futures/Cargo.toml --no-default-features
14
17
- cargo build --manifest-path futures-channel/Cargo.toml --no-default-features
15
18
- cargo build --manifest-path futures-core/Cargo.toml --no-default-features
16
19
- cargo build --manifest-path futures-executor/Cargo.toml --no-default-features
17
20
- cargo build --manifest-path futures-sink/Cargo.toml --no-default-features
18
21
- cargo build --manifest-path futures-util/Cargo.toml --no-default-features
19
- - rust : nightly
22
+ - name : cargo build --target=thumbv6m-none-eabi
23
+ rust : nightly
20
24
script :
21
25
- rustup target add thumbv6m-none-eabi
22
26
- cargo build --manifest-path futures/Cargo.toml --target thumbv6m-none-eabi --no-default-features --features nightly
23
- - rust : nightly
27
+ - name : cargo doc
28
+ rust : nightly
24
29
script :
25
30
- cargo doc
26
31
You can’t perform that action at this time.
0 commit comments