FOME-Tech / fome-fw

Free Open Motorsports ECU
https://www.fome.tech
Other
51 stars 29 forks source link

Internal: build documentation refers to obsoleted Jenkins instead of Gradle #220

Closed mi-hol closed 1 year ago

mi-hol commented 1 year ago

File found with incorrect information is:

/.github/workflows/readme.md

nmschulte commented 1 year ago

https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-diagrams#creating-mermaid-diagrams

https://mermaid.js.org/syntax/flowchart.html

flowchart TD
    gha_firmware["Firmware at GHA"]
    firmware_compile[["firmware/compile.sh"]]
    etc{{"..."}}
    gha_firmware --> firmware_compile
    firmware_compile --> etc