Skip to content
This repository was archived by the owner on Dec 9, 2018. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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$;
Expand Down