rusefi-1/.github/workflows
Matthew Kennedy fcc75992f1
other env vars (#1953)
2020-11-16 18:25:44 -05:00
..
build-android.yaml Fix 1712 (#1715) 2020-08-21 23:16:55 -04:00
build-firmware.yaml other env vars (#1953) 2020-11-16 18:25:44 -05:00
build-rusEFI-console.yaml .apk to build_server 2020-08-15 23:58:29 -04:00
build-simulator.yaml Generate configs on sim builds (#1786) 2020-09-11 10:34:12 +03:00
build-tsplugin-body.yaml
build-unit-tests.yaml #1773 GHA unit_tests does not fail while it should 2020-09-08 13:50:30 -04:00
gen-configs.yaml other env vars (#1953) 2020-11-16 18:25:44 -05:00
gen-diffs.yaml other env vars (#1953) 2020-11-16 18:25:44 -05:00
gen-docs.yaml other env vars (#1953) 2020-11-16 18:25:44 -05:00
readme.md
set-date.yaml
sync-wiki.yaml Add note (#1723) 2020-08-23 22:56:31 -04:00

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