rusefi-1/.github/workflows
David Holdeman 6349feda98
gen enums on unittest build (#2205)
2021-01-09 13:21:43 -05:00
..
build-android.yaml Fix 1712 (#1715) 2020-08-21 23:16:55 -04:00
build-firmware.yaml Hellen72 config (#2200) 2021-01-08 12:50:13 -05:00
build-rusEFI-console.yaml .apk to build_server 2020-08-15 23:58:29 -04:00
build-simulator.yaml gen enums on sim build (#2203) 2021-01-09 13:03:58 -05:00
build-tsplugin-body.yaml action to upload server binary 2020-07-17 23:44:58 -04:00
build-unit-tests.yaml gen enums on unittest build (#2205) 2021-01-09 13:21:43 -05:00
gen-configs.yaml nicer action names 2020-12-30 10:43:50 -05:00
gen-diffs.yaml GHA does not upload artifacts #1963 2020-11-18 18:59:02 -05:00
gen-docs.yaml GHA does not upload artifacts #1963 2020-11-18 18:59:02 -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 docs 2021-01-02 17:20:50 -05: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