Commit Graph

407 Commits

Author SHA1 Message Date
David Holdeman 9071254932
pass ini file (#1612) 2020-07-17 22:32:53 -04:00
David Holdeman f6fad72b72
Fix Bundles (#1610)
* facepalm

* define BUNDLE_NAME

* oops
2020-07-16 20:51:55 -04:00
rusefi 0e7c20d38e many bundles are not uploaded #1609 2020-07-16 19:55:48 -04:00
David Holdeman 2aac840cec
Fix #1590 (#1602)
* Add checkout

* remove empty with statement

* Actually we do need push depth

* convert gen_upload_docs.bat

* convert run.bat

* forgot to add run.sh

* convert gen_upload_docs.bat

* remove checking from bats

* change config

* fix path

* fix path again

* fix file extension

* remove escapes

* added missing quotation and escapes

* convert build_current_bundle

* convert clean_bootloader

* convert compile_bootloader_discovery

* convert compile_bootloader

* 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

* use bash

* use bash

* add workflow

* add check before upload

* install kicad

* switch firmware to bash

* switch unit_testts to bash

* switch jenkins to bash

* fix path

* pwd

* checkout submodules

* add ppa for kicad 5.1

* install xvfb and set DISPLAY

* use xvfb

* use python3 and add NO_DISPLAY var

* fetch all

* remove blob

* undo unintentional changes

* reset accidentally commited config.xmlu

* remove submodule

* fix path

* Only call one board

* make simulator and console conditional

* break away bundle packaging

* pass bundle name

* switch to bash

* make primary bundle conditional

* break away packaging for primary and pass config names

* Add default name to unit tests

* add check to skip config

* add property to skip config, and fix check

* switch primary bundle to still build

* switch to bash

* move default config to its own script

* add exit 0

* go back to gen_config running all boards

* remove TS stuf8f

* remove TS stuff

* switch to gen_config_board

* switch to bash

* add kinetis back

* add check for kinetis

* rename compile_and_upload

* add error checking

* Revert "add error checking"

This reverts commit f6c9b7f2521f9c28ea150da8e733c593a59596a1.

* Add readme

Co-authored-by: David Holdeman <David Holdeman>
2020-07-14 10:28:26 -04:00
David Holdeman ca885d2a3b
Improve Jenkins set-up documentation (#1603) 2020-07-13 14:16:39 -04:00
David Holdeman da03fb3034
Convert documentation (#1600)
* Add checkout

* remove empty with statement

* Actually we do need push depth

* convert gen_upload_docs.bat

* convert run.bat

* forgot to add run.sh

* convert gen_upload_docs.bat

* remove checking from bats

* change config

* fix path

* fix path again

* fix file extension

* remove escapes

* added missing quotation and escapes

* convert build_current_bundle

* convert clean_bootloader

* convert compile_bootloader_discovery

* convert compile_bootloader

* 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

* use bash

* use bash

* add workflow

* add check before upload

* install kicad

* switch firmware to bash

* switch unit_testts to bash

* switch jenkins to bash

* fix path

* pwd

* checkout submodules

* add ppa for kicad 5.1

* install xvfb and set DISPLAY

* use xvfb

* use python3 and add NO_DISPLAY var

* fetch all

* remove blob

* undo unintentional changes

* reset accidentally commited config.xmlu

* remove submodule

* fix path

Co-authored-by: David Holdeman <David Holdeman>
2020-07-11 22:57:00 -04:00
David Holdeman 779029caed
Switch to Bash (#1585)
* switch firmware to bash

* switch unit_testts to bash

* switch jenkins to bash
2020-07-09 10:27:20 -04:00
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
rusefi efa30265ed $$$ 2020-07-07 15:02:19 -04:00
rusefi 42ca3a1fdc 60 pin 2020-07-07 14:34:13 -04:00
rusefi 62c384d3a4 Merge remote-tracking branch 'origin/master' 2020-07-07 13:26:05 -04:00
rusefi 9a2567bef6 docs 2020-07-07 13:25:41 -04:00
David Holdeman c4e4d5fa7c
Fix 1575 (#1578)
* remove no_asserts version

* add quotes to fix extra underscore

* add bundle name to primary bundle
2020-07-06 18:46:26 -04:00
rusefi d791508d71 progress - consuming new .ini file names 2020-07-06 01:17:50 -04:00
rusefi 585b0f8011 generated 2020-07-06 01:06:27 -04:00
rusefi b67f592f1d s/COMPILE_FOLDER/BOARD_NAME/ 2020-07-06 00:05:22 -04:00
rusefi 4902bf9cab ooooops 2020-07-05 23:54:43 -04:00
rusefi a2b14cb297 trying to simplify things a bit 2020-07-05 23:09:43 -04:00
rusefi b4955da576 # just for now - DFU work in progress 2020-07-05 21:23:06 -04:00
rusefi a9c79a1dd6 removing drivers from update bundle 2020-07-05 14:45:12 -04:00
rusefi 7df5795dcd removing drivers from update bundle 2020-07-05 14:43:56 -04:00
rusefi d2537c57fa HW integration uses outdated binary #1570
||
2020-07-04 20:11:55 -04:00
rusefi 38dbb053b4 HW integration uses outdated binary #1570
] not }
} not ]
2020-07-04 19:59:02 -04:00
David Holdeman a2573f5acd
Convert integration_and_primary_bundle scripts to sh (#1562)
* convert gen_upload_docs.bat

* convert run.bat

* forgot to add run.sh

* convert gen_upload_docs.bat

* remove checking from bats

* fix path

* fix path again

* fix file extension

* remove escapes

* added missing quotation and escapes

* add escapes

* change config for testing

* convert build_current_bundle

* convert clean_bootloader

* convert compile_bootloader_discovery

* convert compile_bootloader

* fix path

* convert run.sh

* fix path again

* convert hw_test

* convert flash_erase407

* convert flash_openocd407

* fix missing or

* fix another missing or

* fix quote

* add quotes

* add more quotes

* remove spurious call

* add more quotes

* convert simulator_test

* Add simulator_test

* Added semicolon

* add exports

* change destination path

* add quotes and error check

* moved rm and changed path back

* change path

* let the dead be

* add env var to skip hw test

* redo logic

Co-authored-by: David Holdeman <David Holdeman>
2020-07-03 11:03:50 -04:00
rusefi 4fde0f20cc drivers not needed in autoupdate bundle 2020-07-02 23:29:49 -04:00
rusefi 8360a5d111 bugfix - bundle name inside bundle 2020-07-02 23:28:08 -04:00
rusefi a95a0a473d making things a bit less confusing? 2020-07-01 23:39:09 -04:00
rusefi caf740a2f3 trying to fix autoupdate .zip 2020-07-01 23:38:04 -04:00
David Holdeman b4807708c8
Convert jenkins build_extra_bundles scripts to sh (#1554)
* Add checkout

* remove empty with statement

* Actually we do need push depth

* convert build_working_folder

* convert prepare_bundle

* fixed extension

* fixed closing bracket

* fixed comparison and assignments

* no comment

* convert compile_and_upload and clean

* convert build_simulator

* Finish converting build_working_folder

* convert build_java_console

* Add hashbangs

* remove findcyg instruction

* changed paths

* remove call

* add path

* fixed script names

* add prams

* fix cd

* convert clean_env_variables

* convert common_make.sh

* Added linux hex2dfu binary

* add file extension to linux hex2dfu

* add file extension to linux hex2dfu

* remove spurious paren

* fixed board name

* convert compile-frankenso-na6

* convert compile-frankenso-pal

* add hashbang

* convert compile-kinetis

* convert compile-mre-f4

* convert compile-mre-f4-hardware-QC-special-build

* convert compile-mre-f4-slave

* convert compile-mre-f7

* convert compile-mre-f7-test

* switch to underscores

* converting boards to sh

* convert prometheus

* convert proteus

* fixed path

* switch to underscores

* chmod and add extension

* add quotes

* Add check for Windows

* Add chmod

* fix script name

* fix error checking

* quote vars

* remove checking from batch shims

* fix typo

* change error checking to support nix style error codes

* switch to 1 retval

* cd back to firmware

* Add escapes

* change from cd to rel path

* add p flags to mkdir

Co-authored-by: David Holdeman <David Holdeman>
2020-07-01 14:09:01 -04:00
rusefi 88a00bec0f important file :) 2020-06-25 11:53:48 -04:00
rusefi cc9134ac39 GH actions are now the source of separate files, if anyone even cares 2020-06-22 20:41:35 -04:00
rusefi d194fd4608 removing some legacy behaviour 2020-06-18 13:27:24 -04:00
rusefi d389d9abf3 new interesting fork! 2020-06-18 12:57:16 -04:00
rusefi a27e55bd37 removing some legacy behaviour 2020-06-18 12:43:22 -04:00
rusefi cf11ac3d47 TS plugin into bundle 2020-06-17 23:54:11 -04:00
rusefi c27dfae2bb TS plugin 2020-06-17 23:19:07 -04:00
rusefi 7a5fd95bf0 autoupdate DOES IT WORK?! 2020-06-07 00:49:38 -04:00
rusefi b500b1acf0 autoupdate progress 2020-06-07 00:12:49 -04:00
rusefi 16dffa64fa autoupdate 2020-06-06 22:42:57 -04:00
rusefi 4580630a35 autoupdate 2020-06-06 22:26:15 -04:00
rusefi 962cc4c7fe autoupdate 2020-06-06 20:42:42 -04:00
rusefi d1826f9731 autoupdate file 2020-06-06 19:51:11 -04:00
rusefi 0a639e914c autoupdate file 2020-06-06 18:45:53 -04:00
rusefi dad5c52b61 autoupdate file 2020-06-06 18:41:59 -04:00
rusefi 0a44e43d67 autoupdate file 2020-06-06 18:02:19 -04:00
rusefi 041ee0b179 autoupdate file 2020-06-06 17:53:53 -04:00
rusefi 956f197240 bundle_full_name 2020-06-06 17:26:39 -04:00
rusefi 1ad2b83ce2 bundle_name.ini 2020-06-06 17:17:33 -04:00
rusefi 5aa554f452 refactoring 2020-06-06 16:52:29 -04:00
rusefi 29a36085ff safer name for QC build 2020-05-23 17:18:26 -04:00
rusefi d3ea2694e1 we will now have unique per-bundle DFU file names 2020-05-22 14:14:51 -04:00
rusefi c9cc928df6 pre-sets progress 2020-05-22 13:12:16 -04:00
rusefi 40cd8219da MRE to top of build sequence 2020-05-22 09:15:56 -04:00
rusefi d107cdd20f that's cute 2020-05-22 08:49:54 -04:00
rusefi 5c5c8afe9f good morning 2020-05-22 08:30:19 -04:00
rusefi 850a08aaa8 good night 2020-05-22 01:57:39 -04:00
rusefi 39aa667c62 wow that's old! also not working maybe? 2020-05-10 22:50:45 -04:00
rusefi 6b19b10783 less important now 2020-05-09 16:41:24 -04:00
rusefi 22e1e3e783 dron0gus 2020-05-06 19:10:56 -04:00
rusefi 7686ee271c https://github.com/rusefi/rusefi_documentation/issues/37 2020-04-29 18:46:51 -04:00
rusefi 965c06c079 https://github.com/rusefi/rusefi_documentation/issues/37 2020-04-29 18:41:40 -04:00
rusefi f8f5db6480 more ebay 2020-04-28 13:18:14 -04:00
rusefi c2645e390f short URL 2020-04-25 22:24:18 -04:00
rusefi 55956c1c50 removing exif 2020-04-24 00:32:07 -04:00
rusefi 5310faa87d making CI just a bit quicker 2020-04-23 17:35:47 -04:00
rusefi b135d3ce30 gcov script improvements 2020-04-21 17:33:29 -04:00
rusefi be497685a0 Renix 44-2-2 2020-04-18 22:20:17 -04:00
rusefi be83556c68 some better links 2020-04-18 21:46:02 -04:00
rusefi 5b6e89e958 better redirect 2020-04-18 20:28:59 -04:00
rusefi a391e91e34 automation 2020-04-18 16:43:32 -04:00
rusefi c166ee9d58 Fresh generated - auto 2020-04-18 16:40:59 -04:00
rusefi 9513d6e604 progress 2020-04-18 16:38:43 -04:00
rusefi 1ee95abde8 progress 2020-04-17 14:02:10 -04:00
rusefi d79251108d NOx-z 2020-04-12 18:08:07 -04:00
rusefi 57d6d05335 fresh html 2020-04-03 12:24:59 -04:00
rusefi 318bffaf53 f4-slave 2020-03-29 21:42:43 -04:00
rusefi 90c968855d $$$ 2020-03-29 08:23:41 -04:00
rusefi 6f788e7e4d nicer logo for main page 2020-03-28 20:26:28 -04:00
rusefi 6a4129f8a1 the most important files 2020-03-28 18:59:32 -04:00
rusefi 4e891eb822 progress 2020-03-28 17:59:04 -04:00
rusefi d15fbaefd9 better text? 2020-03-28 16:46:46 -04:00
rusefi 704c33ae5b JS 2020-03-28 16:34:41 -04:00
rusefi 77d0ab7cb5 now with JS 2020-03-28 15:35:54 -04:00
rusefi 1091add820 progress 2020-03-28 13:10:27 -04:00
rusefi 9e0013ad23 progress 2020-03-28 12:58:14 -04:00
rusefi 512a4e87c9 www progress 2020-03-28 12:43:52 -04:00
rusefi f4ec5d926c maybe it's worse now? 2020-03-28 12:02:08 -04:00
rusefi c5d3a34bac Merge branch 'master' of https://github.com/rusefi/rusefi 2020-03-28 11:47:22 -04:00
rusefi e18b73f1b0 moving social to footper 2020-03-27 23:18:38 -04:00
rusEfi 603b3918e2 let's welcome CJ125! 2020-03-27 20:03:16 -04:00
rusefi a0cdb324c1 titles matter 2020-03-27 15:47:48 -04:00
rusefi aaf65d061b extracting CSS & adding analytics 2020-03-27 13:57:03 -04:00
rusefi 53b43776b8 proteus-f4 was requested 2020-03-18 09:32:46 -04:00
rusefi b7c4ac2495 happy new year 2020-03-10 22:48:20 -04:00
rusefi 7b8252ea1e Strategy 2019 is Strategy 2020 2020-03-01 21:31:00 -05:00
rusefi 3bbad30fd2 Strategy 2019 is Strategy 2020 2020-03-01 21:30:04 -05:00
rusefi 7a4a4c2c64 more Proteus CI 2020-02-02 08:42:05 -05:00
rusefi e7deff7a79 proteus build into CI 2020-02-01 14:27:41 -05:00
rusefi c6ada3360c ibom 2020-01-27 00:34:49 -05:00
rusefi 53d5723e18 Merge branch 'master' of https://github.com/rusefi/rusefi 2019-12-08 20:16:18 -05:00