File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -94,8 +94,6 @@ matrix:
9494 # QEMU based targets that compile in an emulator
9595 - env : TARGET=x86_64-unknown-freebsd
9696
97- cache : cargo
98-
9997notifications :
10098 email :
10199 on_success : never
Original file line number Diff line number Diff line change @@ -41,8 +41,8 @@ if [ "$QEMU" != "" ]; then
4141
4242 # Do the standard rigamarole of cross-compiling an executable and then the
4343 # script to run just executes the binary.
44- cargo build --manifest-path libc-test/Cargo.toml --target $TARGET
45- cp $CARGO_TARGET_DIR /$TARGET /debug/libc-test $tmpdir /mount/
44+ cargo build --manifest-path libc-test/Cargo.toml --target $TARGET --tests
45+ cp $CARGO_TARGET_DIR /$TARGET /debug/main- * $tmpdir /mount/libc-test
4646 echo ' exec $1/libc-test' > $tmpdir /mount/run.sh
4747
4848 du -sh $tmpdir /mount
You can’t perform that action at this time.
0 commit comments