Add libm to no_std CI
This commit is contained in:
parent
c4256bd4df
commit
93328dfc90
|
@ -22,6 +22,7 @@ matrix:
|
||||||
- rustup target add $TARGET
|
- rustup target add $TARGET
|
||||||
script:
|
script:
|
||||||
- cargo build --verbose --target $TARGET --no-default-features --features i128
|
- cargo build --verbose --target $TARGET --no-default-features --features i128
|
||||||
|
- cargo build --verbose --target $TARGET --no-default-features --features libm
|
||||||
- name: "rustfmt"
|
- name: "rustfmt"
|
||||||
rust: 1.31.0
|
rust: 1.31.0
|
||||||
before_script:
|
before_script:
|
||||||
|
|
Loading…
Reference in New Issue