David Holdeman
9dd6a9e321
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
a2078e9cfe
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
d4d5a699f0
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
d91b046003
$$$
2020-07-07 15:02:19 -04:00
rusefi
dc47868f52
60 pin
2020-07-07 14:34:13 -04:00
rusefi
b5edb8d2c4
Merge remote-tracking branch 'origin/master'
2020-07-07 13:26:05 -04:00
rusefi
ad297ff95e
docs
2020-07-07 13:25:41 -04:00
David Holdeman
2a4253d5cc
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
eee51a575f
progress - consuming new .ini file names
2020-07-06 01:17:50 -04:00
rusefi
e87e8ed815
generated
2020-07-06 01:06:27 -04:00
rusefi
9634c83f43
s/COMPILE_FOLDER/BOARD_NAME/
2020-07-06 00:05:22 -04:00
rusefi
6ad28bb692
ooooops
2020-07-05 23:54:43 -04:00
rusefi
41d89f0d59
trying to simplify things a bit
2020-07-05 23:09:43 -04:00
rusefi
e8f470dfbf
# just for now - DFU work in progress
2020-07-05 21:23:06 -04:00
rusefi
4fd1c8f9d3
removing drivers from update bundle
2020-07-05 14:45:12 -04:00
rusefi
addea42ced
removing drivers from update bundle
2020-07-05 14:43:56 -04:00
rusefi
d9043afdf8
HW integration uses outdated binary #1570
...
||
2020-07-04 20:11:55 -04:00
rusefi
2b2ace679c
HW integration uses outdated binary #1570
...
] not }
} not ]
2020-07-04 19:59:02 -04:00
David Holdeman
1fdfb2cf31
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
1ba9ee7222
drivers not needed in autoupdate bundle
2020-07-02 23:29:49 -04:00
rusefi
07dae88c39
bugfix - bundle name inside bundle
2020-07-02 23:28:08 -04:00
rusefi
101eeee497
making things a bit less confusing?
2020-07-01 23:39:09 -04:00
rusefi
1430705fa5
trying to fix autoupdate .zip
2020-07-01 23:38:04 -04:00
David Holdeman
8a7220d989
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
64c065fd72
important file :)
2020-06-25 11:53:48 -04:00
rusefi
c9f24cd06b
GH actions are now the source of separate files, if anyone even cares
2020-06-22 20:41:35 -04:00
rusefi
e9dc0f776f
removing some legacy behaviour
2020-06-18 13:27:24 -04:00
rusefi
39e98b9c0c
new interesting fork!
2020-06-18 12:57:16 -04:00
rusefi
80a167f404
removing some legacy behaviour
2020-06-18 12:43:22 -04:00
rusefi
9cb3669a69
TS plugin into bundle
2020-06-17 23:54:11 -04:00
rusefi
e62ed41f5e
TS plugin
2020-06-17 23:19:07 -04:00
rusefi
60aa8de46d
autoupdate DOES IT WORK?!
2020-06-07 00:49:38 -04:00
rusefi
cc3371c9da
autoupdate progress
2020-06-07 00:12:49 -04:00
rusefi
053c917d86
autoupdate
2020-06-06 22:42:57 -04:00
rusefi
a1d0ac0e1d
autoupdate
2020-06-06 22:26:15 -04:00
rusefi
e45ce874cb
autoupdate
2020-06-06 20:42:42 -04:00
rusefi
521229dea7
autoupdate file
2020-06-06 19:51:11 -04:00
rusefi
8974eb2445
autoupdate file
2020-06-06 18:45:53 -04:00
rusefi
cd95be0ea0
autoupdate file
2020-06-06 18:41:59 -04:00
rusefi
8b5b9a175d
autoupdate file
2020-06-06 18:02:19 -04:00
rusefi
b839464f02
autoupdate file
2020-06-06 17:53:53 -04:00
rusefi
12e8caf5fe
bundle_full_name
2020-06-06 17:26:39 -04:00
rusefi
71032041d7
bundle_name.ini
2020-06-06 17:17:33 -04:00
rusefi
7ad8b2c863
refactoring
2020-06-06 16:52:29 -04:00
rusefi
68fea52129
safer name for QC build
2020-05-23 17:18:26 -04:00
rusefi
2c38329ee5
we will now have unique per-bundle DFU file names
2020-05-22 14:14:51 -04:00
rusefi
5e202930f4
pre-sets progress
2020-05-22 13:12:16 -04:00
rusefi
2f38eb468a
MRE to top of build sequence
2020-05-22 09:15:56 -04:00
rusefi
aac664f437
that's cute
2020-05-22 08:49:54 -04:00
rusefi
d8ecbbd846
good morning
2020-05-22 08:30:19 -04:00