From b0171a5e21c672b70f170a0c21fafb5392d3a97b Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Fri, 20 May 2016 19:42:50 -0500 Subject: [PATCH] ci: also build the apps in debug mode building in debug mode should also produce well-formed binaries --- ci.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci.sh b/ci.sh index 6d586ba..3d4597b 100644 --- a/ci.sh +++ b/ci.sh @@ -15,6 +15,7 @@ main() { japaric/copper:$tag \ bash -ex -c ' rustup default nightly +xargo build xargo build --release --verbose for elf in $(find target/cortex-m3/release -maxdepth 1 -type f -executable); do arm-none-eabi-readelf -h $elf | grep "Entry point address" | grep -v 0x0$;