Commit Graph

44 Commits

Author SHA1 Message Date
rusefillc f0dee2d98f Revert "fix (#1951)"
This reverts commit 6a912d4f

GHA does not upload artifacts #1963
2020-11-18 18:45:16 -05:00
rusefillc 231df58918 GHA does not upload artifacts #1963
undoing suspicious changes
2020-11-18 18:44:53 -05:00
Matthew Kennedy fcc75992f1
other env vars (#1953) 2020-11-16 18:25:44 -05:00
Matthew Kennedy 6a912d4f80
fix (#1951) 2020-11-16 18:13:04 -05:00
Matthew Kennedy 54b613b202
update gcc (#1939)
* update compiler

* lgtm

* typo
2020-11-11 08:30:26 -05:00
andreika-git 411d4346f4
Fix .ini files for cypress & kinetis bundles (#1828)
* Hellen says merge #1772 hardware.cpp

* Hellen says merge #1772 adc.h

* Fix .ini files for cypress & kinetis bundles

Co-authored-by: rusefi <rusefillc@gmail.com>
Co-authored-by: Andrei <andreikagit@users.noreply.github.com>
2020-09-28 07:24:48 -04:00
andreika-git d299f13bec
Hellen says fix gen_config for Cypress (#1824)
* Hellen says merge #1772 hardware.cpp

* Hellen says merge #1772 adc.h

* Hellen says fix gen_config for Cypress

* Hellen says fix gen_config actions for Cypress

* Hellen says reset .h files

Co-authored-by: rusefi <rusefillc@gmail.com>
Co-authored-by: Andrei <andreikagit@users.noreply.github.com>
2020-09-27 09:56:44 -04:00
rusefi a801ecef16 cypress into GHA #1819 2020-09-27 06:27:50 -04:00
David Holdeman 5e52f2da60
Cypress CI (#1820)
* try cypress in matrix

* add empty files

* underscore
2020-09-26 22:13:39 -04:00
David Holdeman 593e7608be run gen_enum_to_string 2020-07-30 11:27:20 -05:00
rusefi a59d269114 QC build is broken that's kind of funny 2020-07-27 19:42:29 -04:00
David Holdeman 05f012accd always generate default config 2020-07-21 20:46:39 -05:00
David Holdeman e1ca5c2a94 try ./ 2020-07-19 15:30:32 -05:00
David Holdeman 6e1d9d1f5b fix typo 2020-07-19 15:09:29 -05:00
David Holdeman 3c51cdded8 upload artifacts 2020-07-19 15:05:47 -05:00
rusefi 3c701edaeb proxy progress 2020-07-18 22:50:32 -04:00
rusefi 4b8dbadad5 more junit test artifacts 2020-07-18 22:30:44 -04:00
David Holdeman 9071254932
pass ini file (#1612) 2020-07-17 22:32:53 -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 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 6b206bf3f1 not compress artifacts 2020-07-02 23:11:48 -04:00
andreika-git 1e8bebd5b3
Gen config refactor 2 (#1560)
* gen_config refactor, part II

* short board defines

* oops

* comment & undef

* define QUOTE

Co-authored-by: Andrei <andreikagit@users.noreply.github.com>
2020-07-02 12:33:31 -04:00
rusefi ce749a669b proteus-f4 configuration 2020-06-22 10:27:23 -04:00
rusefi 29833d90c2 proteus build rename 2020-06-22 10:12:07 -04:00
rusefi d347998d00 UART DMA for "primary" connector #1528 2020-06-22 01:44:19 -04:00
David Holdeman 421702afc9
remove needs (#1516) 2020-06-18 19:36:26 -04:00
David Holdeman be780ff893
remove commit from build-firmware (#1515) 2020-06-18 19:27:38 -04:00
David Holdeman 6595d1d80e
Run gen scripts and unify firmware, simulator, and unit_tests workflows (#1506)
* add workflow and scripts

* select current branch

* added some comments

* unify build workflows for firmware, testing, and simulator

* move if to steps to keep from skipping

* debug

* Added comment

* Move simulator and unit tests back to their own files

* Move config and livedoc generation to its own file

* Add gen configs workflow
2020-06-18 18:31:54 -04:00
David Holdeman cd1cbd1f76
Remove duplicated workflow (#1507)
* add workflow and scripts

* Update date

* Removed duplicated workflow

Co-authored-by: GitHub set-date Action <action@github.com>
2020-06-18 17:06:03 -04:00
David Holdeman 671d22f112
Add dfu conversion (#1497) 2020-06-16 12:33:49 -04:00
Matthew Kennedy 858821ed66
proteus -> exti (#1378)
* proteus -> exti

* do frankenso pal the same way

Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2020-05-06 18:52:15 -04:00
Matthew Kennedy 9d8cd24219 fix (#1136) 2020-02-09 20:19:47 -05:00
Matthew Kennedy d67db19a3c
Switch to GitHub hosted compiler (#1128)
* test

* correct path

* switch to official repo

* is more cores faster?

* no, it isn't

* try mine again

* Fix path

* switch to official

* s
2020-02-06 21:18:35 -03:00
Matthew Kennedy bc8ad6ba9d
remove some configs (#1127) 2020-02-05 08:00:45 +05:30
rusefi 6c76c5fcd6 PAL repair 2019-12-05 21:10:29 -05:00
rusefi 2b49fc31ea steps towards fixing PAL inputs 2019-12-05 21:04:24 -05:00
rusefi d261c0f3e4 frankenso-pal CI 2019-12-05 20:25:23 -05:00
andreika-git deaef6c5bc github CI fix (Kinetis/release) (#1045)
* fix?

* more fix

* Proteus fix

* fix Kinetis gen_config

* update Kinetis config

* quotes fix?

* quotes fix??

* Okay, no quotes, just move -DFIRMWARE_ID inside .mk

* Exclude Kinetis/debug build
2019-12-04 15:16:26 -05:00
rusefi ede7f4d872 more fixing kinetis 2019-12-04 08:52:22 -05:00
andreika-git 24e9a418e7 Kinetis: attempting to fix github CI? (#1044) 2019-12-04 08:48:51 -05:00
rusefi c0a9eb57a7 would it work? 2019-12-04 07:51:51 -05:00
Matthew Kennedy 9fdf74bc18 Base configuration for Proteus (#1040)
* cfg

* add enum value

* add ci

* actually build the board config

* this is pretty close

* proteus case
2019-12-02 23:54:40 -05:00
Matthew Kennedy 5d43ddf0b0 Build prometheus with makefiles instead of batch scripts (#1020)
* use makefiles instead of batch

* add to ci

* put batch files back, but minimum logic

* default to release

* debug level opt too
2019-11-29 02:39:30 -05:00
Matthew Kennedy ac79a51893 Add workflow for firmware, fix simulator build, trigger builds on PR (#1018)
* add firmware yaml

* Comments

* run other things on pr

* test simulator build

* update first

* friendly names

* friendly name
2019-11-20 23:34:55 -05:00