1
0
mirror of https://github.com/lise-henry/crowbook synced 2024-11-18 00:13:55 +01:00

fixed ci/script.sh

This commit is contained in:
Elisabeth Henry 2016-02-23 15:08:10 +01:00
parent df95e8bf55
commit 0afc004ede

@ -21,7 +21,7 @@ case $TARGET in
cargo build --target $TARGET
# run the main executable using the emulator
qemu-arm -L /usr/arm-linux-gnueabihf target/$TARGET/debug/hello
# qemu-arm -L /usr/arm-linux-gnueabihf target/$TARGET/debug/crowbook
;;
*)
cargo build --target $TARGET --verbose