Commit Graph

15 Commits

Author SHA1 Message Date
Matthew Kennedy e45c29bdb7 that script was not dead! 2024-02-16 14:53:30 -08:00
Matthew Kennedy 705a238435 dead scripts 2024-02-16 14:38:54 -08:00
Matthew Kennedy c346abed6c console script uses gradle 2023-07-18 03:27:41 -07:00
Matthew Kennedy fb187ff873 rebranding 2023-03-17 15:29:35 -07:00
Matthew Kennedy d269139aa4 cleanups 2023-02-21 01:11:34 -08:00
rusefillc fecf88da2f let's separate Android from not Android 2022-10-15 15:50:01 -04:00
rusefillc 7fe04faf02 let's separate Android from not Android 2022-10-15 15:13:02 -04:00
rusefillc 75d9c4d9cd Ant should go, gradle is the unified way #4371 2022-07-28 15:27:01 -04:00
rusefillc aa6d730ab4 Ant should go, gradle is the unified way #4371 2022-07-28 15:25:49 -04:00
Andrey fbf5540767 REO TS plugin missing #4090 2022-04-25 20:37:16 -04:00
rusefillc aea2ffc5d1 revert to safety 2021-06-25 01:07:36 -04:00
rusefillc dfbf6d68af console ant should be self-contained - one ant invocation should build things 2021-06-25 00:30:12 -04:00
Matthew Kennedy 5ae4af23fe parse with antlr (#2747)
* grammar and libs

* gitignore

* parsing

* allow empty line as root statement

* tolerate #if

* config def changes

* s

* ant build

* workaround

* compiled tool

* console should not build config def tool

* ugh the dependency tree is insane

* this should fix hw ci

* console build

* console jenkins script

* test

* Revert "test"

This reverts commit 73f2da50f990bee9b51a1f919e8fcc6b06327d9a.

* throw on parse failure

* jar

* fix #2821

* comment
2021-06-16 17:07:05 -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 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