rusefi/.github/workflows
David Holdeman a04d02921a
Sync wiki to rusefi_documentation. (#1698)
* add workflow

* remove hyphen

* merge and push

* tabs to spaces

* config before merge

* dont need to commit duh

* don't use action

* tabs to spaces

* try action again

* use access token

* dont persist credentials

* switch to rusefi
2020-08-17 18:13:18 -04:00
..
build-android.yaml GHA to sign APK files using RUSEFI_ANDROID_KEYPASS 2020-08-16 16:01:58 -04:00
build-firmware.yaml run gen_enum_to_string 2020-07-30 11:27:20 -05:00
build-rusEFI-console.yaml .apk to build_server 2020-08-15 23:58:29 -04:00
build-simulator.yaml
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 Diff submodule (#1695) 2020-08-15 10:45:57 -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
sync-wiki.yaml Sync wiki to rusefi_documentation. (#1698) 2020-08-17 18:13:18 -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