rusefillc
9570459c1d
moving start-up script from java to bash
2020-12-12 18:39:05 -05:00
rusefillc
ffe1a29c71
better ant task name
2020-12-12 16:14:21 -05:00
rusefi
07d075671b
trigger and VSS hw integrated testing #1668
...
clean-up
2020-08-08 11:04:26 -04:00
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
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
6ad28bb692
ooooops
2020-07-05 23:54:43 -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
c9f24cd06b
GH actions are now the source of separate files, if anyone even cares
2020-06-22 20:41:35 -04:00
rusefi
cd95be0ea0
autoupdate file
2020-06-06 18:41:59 -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
c06b563912
docs
2019-11-20 00:58:41 -05:00
rusefi
fb237a5b9a
fixing build
2019-07-07 17:50:51 -04:00
rusefi
0c6bffaf31
reducing duplication
2019-07-07 17:26:47 -04:00
rusefi
f090d4fd6d
where is rusefi.dfu? also minor build script fix
2019-07-07 04:46:23 -04:00
rusefi
3b022775ea
bundle folder name is broken :(
2019-07-01 12:22:58 -04:00
rusefi
06787770bf
bundle folder name is broken :(
2019-07-01 11:44:59 -04:00
rusefi
0af70f8ff6
bundle folder name is broken :(
2019-07-01 11:19:06 -04:00
rusefi
0e9981233f
this is BS :(
2019-07-01 10:11:59 -04:00
rusefi
bd53ab23cb
this is BS :(
2019-07-01 10:10:32 -04:00
rusefi
3758abda14
bundle folder name is broken :(
2019-07-01 09:31:35 -04:00
rusefi
9437d79fb5
Windows drivers into bundle
2019-06-30 22:28:58 -04:00
rusefi
5aed62ba6c
Windows drivers into bundle
2019-06-30 19:47:33 -04:00
rusefi
55d69251fe
paths with spaces are sweet
2019-06-22 13:55:21 -04:00
rusefi
ed591394c3
nicer bundle folder structure and reducing unneeded content #833
2019-06-09 19:35:27 -04:00
rusefi
23375f5152
nicer bundle folder structure and reducing unneeded content #833
2019-06-08 22:05:52 -04:00
rusefi
37edc8be98
reducing or increasing comlexity with two sets of files
...
reducing bundle size
2019-06-08 16:15:32 -04:00
rusefi
1d40a7f291
sleep did not help
2019-06-02 19:20:42 -04:00
rusefi
051621987d
need more DevOps :( trying with 'sleep'
2019-06-01 20:25:51 -04:00
rusefi
cb013915d3
as I said, DevOps
2019-06-01 13:47:15 -04:00
rusefi
156e9e3914
I was born for DevOps
2019-06-01 13:13:04 -04:00
rusefi
6cd7fa5e51
jenkins scripts :)
2019-06-01 13:01:43 -04:00
rusefi
405f06efe3
jenkins cleanup
2019-06-01 12:34:29 -04:00
rusefi
5935ed0f1f
docs
2019-06-01 10:37:32 -04:00
rusefi
600a6c5b9b
USB and TLE8888 not working for F4 or F767 #764
...
changing order of compilation in order to change which version is hw_tested
2019-04-20 22:13:50 -04:00
rusefi
1584a36e28
more timestamps into CI logs also parallel simulator compilation
2019-04-20 17:27:04 -04:00
rusefi
8deabecd48
fail faster
2019-04-13 17:20:02 -04:00
rusefi
a1ea65ed22
more messages for build server
2019-04-13 16:50:24 -04:00
rusefi
aa794255eb
Firmware Update via UART and/or USB #398
...
bootloader into jenkins
2019-03-28 07:38:15 -04:00
rusefi
6bcd9fd2fe
#699 one step back
2019-02-28 22:36:46 -05:00
rusefi
04183ad039
simulator back into CI
2019-02-28 19:02:32 -05:00
rusefi
0b78a95e34
returning simlator test into CI
2019-02-28 18:38:27 -05:00
rusefi
aa20e2a4b3
F7
2019-02-21 20:51:30 -05:00
rusefi
62b2e3c951
F7
2019-02-21 13:30:27 -05:00