commit | 23ab70b3cb5e75dc76444cf564322ca48e4f18f1 | [log] [tgz] |
---|---|---|
author | Alex Crichton <alex@alexcrichton.com> | Sun Sep 13 23:38:27 2015 -0700 |
committer | Alex Crichton <alex@alexcrichton.com> | Sun Sep 13 23:38:27 2015 -0700 |
tree | bc0c1f5887959b001005a027da3fd74a7899158f | |
parent | b9ca2325e9979c0a41882cffbe63194f9ede53ea [diff] [blame] |
Add CI for ARM linux
diff --git a/ci/run.sh b/ci/run.sh index 3f1f3bf..9e3e970 100644 --- a/ci/run.sh +++ b/ci/run.sh
@@ -10,6 +10,8 @@ adb wait-for-device adb push /root/target/$TARGET/debug/all-* /data/test adb shell /data/test +elif [ "$TARGET" = "arm-unknown-linux-gnueabihf" ]; then + qemu-arm -L /usr/arm-linux-gnueabi /root/target/$TARGET/debug/all-* else cargo test --manifest-path libc-test/Cargo.toml --target $TARGET fi