diff --git a/ci/script.sh b/ci/script.sh index 25a92ed..9e52c05 100644 --- a/ci/script.sh +++ b/ci/script.sh @@ -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