hw ci calls gen_config_board.sh (#4109)
This commit is contained in:
parent
0e4d34748b
commit
897153d004
|
@ -15,11 +15,15 @@ jobs:
|
|||
script: hardware_ci_f4_discovery
|
||||
board: f407-discovery
|
||||
runs-on: hw-ci-f4-discovery
|
||||
folder: f407-discovery
|
||||
config-name: all
|
||||
|
||||
- build-target: proteus
|
||||
script: hardware_ci_proteus
|
||||
board: proteus
|
||||
runs-on: hw-ci-proteus
|
||||
folder: proteus
|
||||
config-name: proteus_f4
|
||||
|
||||
runs-on: ${{matrix.runs-on}}
|
||||
|
||||
|
@ -39,9 +43,9 @@ jobs:
|
|||
working-directory: ./firmware/
|
||||
run: bash gen_enum_to_string.sh
|
||||
|
||||
- name: Generate Default config
|
||||
- name: Generate Board config
|
||||
working-directory: ./firmware/
|
||||
run: bash gen_config_default.sh
|
||||
run: bash gen_config_board.sh ${{matrix.folder}} ${{matrix.config-name}}
|
||||
|
||||
- name: Generate Live Documentation
|
||||
working-directory: ./firmware/
|
||||
|
|
Loading…
Reference in New Issue