diff --git a/script/cibuild b/script/cibuild index a4f0b07f2..098deb8c0 100755 --- a/script/cibuild +++ b/script/cibuild @@ -14,7 +14,9 @@ else fi make -make -C bootloader +if [ "$EMULATOR" != 1 ]; then + make -C bootloader +fi make -C vendor/nanopb/generator/proto make -C firmware/protob