File tree 1 file changed +6
-11
lines changed 1 file changed +6
-11
lines changed Original file line number Diff line number Diff line change 1
1
language : rust
2
2
cache : cargo
3
3
rust :
4
- - 1.26.2
5
4
- stable
6
5
- nightly
7
6
env :
11
10
- TARGET=arm-unknown-linux-gnueabi RUSTFLAGS="-C linker=arm-linux-gnueabi-gcc"
12
11
matrix :
13
12
include :
13
+ - rust : 1.26.2
14
+ env : TARGET=x86_64-unknown-linux-gnu TEST=1
14
15
- os : osx
15
16
rust : stable
16
17
env : TARGET=x86_64-apple-darwin
@@ -25,21 +26,15 @@ matrix:
25
26
script :
26
27
- ./ci/run-cov
27
28
- bash <(curl -s https://codecov.io/bash) -f final.info
28
- - rust : stable
29
- env : TARGET=x86_64-unknown-linux-gnu FMT=1
30
- before_install :
31
- install :
32
- before_script :
33
- - rustup component add rustfmt-preview
34
- script :
35
- - cargo fmt -- --write-mode check
36
29
- rust : nightly
37
- env : TARGET=x86_64-unknown-linux-gnu CLIPPY=1
30
+ env : TARGET=x86_64-unknown-linux-gnu FMT=1 CLIPPY=1
38
31
before_install :
39
32
install :
40
33
before_script :
41
- - rustup component add clippy-preview --toolchain=nightly
34
+ - rustup component add rustfmt-preview
35
+ - rustup component add clippy-preview
42
36
script :
37
+ - cargo fmt --all -- --check `find libmesabox src -iname "*.rs"`
43
38
- cargo clippy
44
39
allow_failures :
45
40
- rust : nightly
You can’t perform that action at this time.
0 commit comments