fw-custom-test/compile_firmware.sh

11 lines
394 B
Bash
Raw Normal View History

2024-02-17 12:01:54 -08:00
#!/usr/bin/env bash
export EXTRA_LIVE_DATA_FILE=",../../../board_extra.yaml"
# todo: code reuse with manual-generate-meta-data.sh?
2024-09-02 20:59:31 -07:00
export META_OUTPUT_ROOT_FOLDER=$(realpath --relative-to=ext/rusefi/firmware generated)/
echo "META_OUTPUT_ROOT_FOLDER=$META_OUTPUT_ROOT_FOLDER"
export AUTOMATION_REF=`git branch --show-current`
2023-12-04 06:45:45 -08:00
cd ext/rusefi/firmware/
2024-02-17 12:01:54 -08:00
bash bin/compile.sh ../../../meta-info.env