rusefi-1/.github/workflows
rusefillc 231df58918 GHA does not upload artifacts #1963
undoing suspicious changes
2020-11-18 18:44:53 -05:00
..
build-android.yaml Fix 1712 (#1715) 2020-08-21 23:16:55 -04:00
build-firmware.yaml GHA does not upload artifacts #1963 2020-11-18 18:44:53 -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 action to upload server binary 2020-07-17 23:44:58 -04:00
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 GHA does not upload artifacts #1963 2020-11-18 18:44:53 -05:00
gen-diffs.yaml GHA does not upload artifacts #1963 2020-11-18 18:44:53 -05:00
gen-docs.yaml GHA does not upload artifacts #1963 2020-11-18 18:44:53 -05:00
readme.md Fix #1590 (#1602) 2020-07-14 10:28:26 -04:00
set-date.yaml Only set date if repo is rusefi/rusefi (#1509) 2020-06-17 23:37:46 -04:00
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