We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff96a6d commit 64bdf2bCopy full SHA for 64bdf2b
.travis.yml
@@ -25,7 +25,7 @@ matrix:
25
# tests if crates truly can be built without std
26
- env: TARGET=thumbv7em-none-eabi
27
rust: nightly
28
- script: xargo build --exclude aead --no-default-features --verbose --target $TARGET
+ script: xargo build --all --exclude aead --no-default-features --verbose --target $TARGET
29
install:
30
- cargo install xargo || true
31
- rustup target install armv7-unknown-linux-gnueabihf
build_std.sh
@@ -7,7 +7,7 @@ TARGET="thumbv7em-none-eabi"
7
cargo clean
8
9
for DIR in $DIRS; do
10
- if [ $DIR = "target/" ]
+ if [ $DIR = "target/" -o $DIR = "aead/" ]
11
then
12
continue
13
fi
0 commit comments