fome-fw/.github/workflows
Matthew Kennedy 124bbd09af
Add BootCommander for macos to bundle (#274)
* experiment

* list properly

* macos build

* testing with macos openblt branch

* build as static lib, copy mac/linux in to bundle

* use master with macos

* reenable boards

* probably correctly detect OS

* oop

* dead line
2023-10-26 01:39:00 -07:00
..
hw-ci gen_enum_to_string is part of gen_live_documentation 2023-08-03 11:50:00 -07:00
add-ubuntu-latest-apt-mirrors.sh
build-FOME-console.yaml Bump actions/checkout from 3 to 4 (#234) 2023-09-07 13:04:10 -07:00
build-firmware.yaml Add BootCommander for macos to bundle (#274) 2023-10-26 01:39:00 -07:00
build-simulator.yaml Bump actions/checkout from 3 to 4 (#234) 2023-09-07 13:04:10 -07:00
build-unit-tests.yaml Bump actions/checkout from 3 to 4 (#234) 2023-09-07 13:04:10 -07:00
delete-all-artifacts.yaml
gen-configs.yaml Bump actions/checkout from 3 to 4 (#234) 2023-09-07 13:04:10 -07:00
gen-docs.yaml.disable
gen-pinouts.yaml.disable bump interactive-pinout@2.2 2023-03-21 11:04:38 -07:00
hardware-ci.yaml Bump actions/checkout from 3 to 4 (#234) 2023-09-07 13:04:10 -07:00
openocd_ci_f4_discovery.cfg enable hardware ci (#34) 2023-02-23 01:57:09 -08:00
openocd_ci_f4_discovery_2.cfg enable hardware ci (#34) 2023-02-23 01:57:09 -08:00
openocd_ci_proteus.cfg enable hardware ci (#34) 2023-02-23 01:57:09 -08:00
readme.md replace outdated Jenkins build documentation (#224) 2023-08-16 09:50:59 -07:00
set-date.yaml Bump actions/checkout from 3 to 4 (#234) 2023-09-07 13:04:10 -07:00
sync-wiki.yaml.disable

readme.md

Here is a diagram of which configure scripts are used for which workflows. This is not a complete diagram of all workflows, nor does it show everything that these jobs do.

For up-to-date information check the GitHib workflow actions (GHA) definition files *.yaml

The workflows are triggered by events: push & pull_request

flowchart TD
    gha_firmware["Firmware"]
    firmware_build[["build-firmware.yaml"]]
    gha_Console["Console"]
    Console_build[["build-FOME-console.yaml"]]
    gha_Simulator["Simulator"]
    Simulator_build[["build-simulator.yaml"]]
    gha_generate_ECU_configs["Generate configs for all supported ECUs"]
    generate_ECU_configs[["gen-configs.yaml"]]
    gha_UnitTests["Unit tests"]
    UnitTests_build[["build-unit-tests.yaml"]]
    gha_Hardware_CI["Hardware Continous Integration"]
    Hardware_CI[["hardware-ci.yaml"]]
   

    gha_firmware --> firmware_build
    gha_generate_ECU_configs ---> generate_ECU_configs
    gha_Console ---> Console_build
    gha_Simulator ---> Simulator_build
    gha_UnitTests ---> UnitTests_build
    gha_Hardware_CI ---> Hardware_CI