Skip to content

Commit 64bdf2b

Browse files
jcapenewpavlov
authored andcommitted
Travis and build_std fixes. (#44)
1 parent ff96a6d commit 64bdf2b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ matrix:
2525
# tests if crates truly can be built without std
2626
- env: TARGET=thumbv7em-none-eabi
2727
rust: nightly
28-
script: xargo build --exclude aead --no-default-features --verbose --target $TARGET
28+
script: xargo build --all --exclude aead --no-default-features --verbose --target $TARGET
2929
install:
3030
- cargo install xargo || true
3131
- rustup target install armv7-unknown-linux-gnueabihf

build_std.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ TARGET="thumbv7em-none-eabi"
77
cargo clean
88

99
for DIR in $DIRS; do
10-
if [ $DIR = "target/" ]
10+
if [ $DIR = "target/" -o $DIR = "aead/" ]
1111
then
1212
continue
1313
fi

0 commit comments

Comments
 (0)