fome-fw/.github/workflows
David Holdeman cfc28b77ef Kicad diff action (#1691)
* add kicad diff workflow

* download KiCad-Diff and fix path

* add wildcards

* wat me

* not capitalized as in the help menu grrr

* run script instead of all in workflow

* actually it is supposed to be capitalized

* upload results

* check for dir existence

* check RUSEFI_FTP_SERVER

* fix indentation

* we dont actually need xvfb

* make directory

* remove extension from dir name

* use find exec

* export and use bash

* fix quotes
2020-08-13 20:38:50 -04:00
..
build-android.yaml github action android build #1557 2020-07-02 23:10:25 -04:00
build-firmware.yaml run gen_enum_to_string 2020-07-30 11:27:20 -05:00
build-rusEFI-console.yaml action to upload server binary 2020-07-18 00:13:15 -04:00
build-simulator.yaml Use github actions to build and upload bundles (#1583) 2020-07-08 11:10:24 -04:00
build-tsplugin-body.yaml action to upload server binary 2020-07-17 23:44:58 -04:00
build-unit-tests.yaml Fix #1590 (#1602) 2020-07-14 10:28:26 -04:00
gen-configs.yaml run gen_enum_to_string 2020-07-30 11:27:20 -05:00
gen-diffs.yaml Kicad diff action (#1691) 2020-08-13 20:38:50 -04:00
gen-docs.yaml switched gen-docs to daily (#1601) 2020-07-12 10:08:32 -04:00
readme.md Fix #1590 (#1602) 2020-07-14 10:28:26 -04:00
set-date.yaml

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.

                                         Jenkins
                                           +
                                           v
                                         run.bat
      +------------+-----------------------+
      |            |                       v
      |            |                compile_and_upload.bat
      |            |     +--------------+  +------------------------------+
      |            |     |              v  v                              v
      |            |     |              gen_config                      compile.sh
      |            |     |        +--------+-------------------+            +
      v            v     |        v        v                   v            v
     Sim        Console  | ConfigKinetis   ConfigDefault    ConfigBoard   Firmware    Package
      ^            ^     |       ^             ^ ^            ^    ^      ^  ^           ^
      |            |     |       |             | |            |    |      |  |           |
      |            |     |       |             | |            |    |      |  |           |
      |            |     |       |             | |            |    +------+  |           |
      |            |     |       |             | |            |    |         |           |
      +---+--------+-------------+-------------+--------------+--------------+-----------+
          |              |                       |                 |
          +              +                       +                 +
Firmware Push            Gen Config      Unit Tests       Firmware PR