mirror of https://github.com/rusefi/fw-example.git
11 lines
285 B
Bash
Executable File
11 lines
285 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
|
|
|
|
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`
|
|
cd ext/rusefi/firmware/
|
|
bash bin/compile.sh ../../../meta-info.env
|