Added no_std support
This commit is contained in:
13
.ci/build.sh
Executable file
13
.ci/build.sh
Executable file
@@ -0,0 +1,13 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -ex
|
||||
|
||||
cargo build --verbose
|
||||
cargo test --verbose
|
||||
|
||||
if [ "$TRAVIS_RUST_VERSION" = "nightly" ]
|
||||
then
|
||||
cargo build --verbose --features no_stdlib
|
||||
cargo test --verbose --features no_stdlib
|
||||
fi
|
||||
|
Reference in New Issue
Block a user