rusefi-1/firmware/config/boards
David Holdeman 15e44ae9cc
Use github actions to build and upload bundles (#1583)
* add env var to skip upload

* remove checking from compile.bat

* working on push.yaml

* finish sorting

* progress

* rename push to builds

* rename push to builds

* Add skip upload env var

* fix pull_request name

* fixed typo and changed name

* fixed indentation and runs-on

* try different env var setup

* add nucleos and switch to underscore

* add quotes

* remove boards that were commented

* remove boards that were commented

* fix project board name

* fixed variable name

* add ini-file and console-settings

* try installing gcc-multilib first

* Install g++-multilib as well

* remove unnecessary export

* fixed exit numbers

* change to different env setup

* add simulator and console compilation to board bundles

* changed OS and added linux simulator build

* add checkout and missing colon

* add gcc-multilib installes

* Install mingw

* fixed install

* remove mingw from linux sim and call compile directly

* change directory

* moved envs to command

* debug ls

* debug ls

* set ftp vars

* add makefile debug info

* removed batchecks

* redirect stdout to easier see orrs

* change name

* remove redirect, add file inpection

* Add conditional project name

* Try software upgrade

* missing char

* update ine files

* try quotes

* add escapes

* add quotes

* add escapes and quotes

* remove quotes and escapes

* remove software upgrade

* ignore test 2

* update apt

* like this then

* forgot import

* fix case

* remove RUSEFI_SKIP_UPLOAD and check RUSEFI_FTP_SERVER instead

* break workflow back apart

* upload simulator artifact

* fixed operator

* update apt

* change paths

* Update build-firmware.yaml

* move update bundle to artifacts

* fix var name

* Install ncftp

* set env vars conditionally

* remove check so zips are created

* try things the github way and copy to primary

* re-enable test

* missing space
2020-07-08 11:10:24 -04:00
..
frankenso using bundle names in signature 2020-07-06 01:20:39 -04:00
kinetis INI Request: rusEFI 2020.07.06.mre_f4.2108843221 #54 2020-07-07 22:05:05 -04:00
me7_pnp oh what did I do 2020-05-02 22:27:20 -04:00
microrusefi Use github actions to build and upload bundles (#1583) 2020-07-08 11:10:24 -04:00
nucleo_f746 Use github actions to build and upload bundles (#1583) 2020-07-08 11:10:24 -04:00
nucleo_f767 Convert jenkins build_extra_bundles scripts to sh (#1554) 2020-07-01 14:09:01 -04:00
nucleo_h743 only using unified name, not changing any values 2019-12-11 19:55:28 -05:00
prometheus using bundle names in signature 2020-07-06 01:20:39 -04:00
proteus using bundle names in signature 2020-07-06 01:20:39 -04:00
skeleton refactoring connectivity 2020-06-21 16:37:33 -04:00
st_stm32f4 don't register ID pin (#1438) 2020-05-16 00:33:47 -04:00
STM32F407VET6_Black.bat nicer bundle folder structure and reducing unneeded content #833 2019-06-08 22:05:52 -04:00
STM32F407VET6_Mini.bat nicer bundle folder structure and reducing unneeded content #833 2019-06-08 22:05:52 -04:00
clean_env_variables.bat Convert jenkins build_extra_bundles scripts to sh (#1554) 2020-07-01 14:09:01 -04:00
clean_env_variables.sh Convert jenkins build_extra_bundles scripts to sh (#1554) 2020-07-01 14:09:01 -04:00
common_make.bat Convert jenkins build_extra_bundles scripts to sh (#1554) 2020-07-01 14:09:01 -04:00
common_make.sh Convert jenkins build_extra_bundles scripts to sh (#1554) 2020-07-01 14:09:01 -04:00
readme.md SHORT_BOARDNAME becomes BUNDLE_NAME 2020-07-06 00:29:30 -04:00

readme.md

See misc/jenkins/compile_other_versions/run.bat which is executed by build server.

See https://rusefi.com/build_server/

By definition, BOARD_NAME is a folder in firmware\config\boards

One BOARD_NAME could be producing a number of artifacts via compile_$BUNDLE_NAME.sh scripts

Work in progress: SHORT_BOARDNAME becomes BUNDLE_NAME