Commit Graph

31 Commits

Author SHA1 Message Date
rusefillc a95c1faa6d Ant should go, gradle is the unified way #4371 2022-07-28 15:04:52 -04:00
dependabot[bot] e459300897
Bump actions/setup-java from 1 to 3 (#4388)
* Bump actions/setup-java from 1 to 3

Bumps [actions/setup-java](https://github.com/actions/setup-java) from 1 to 3.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](https://github.com/actions/setup-java/compare/v1...v3)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump actions/setup-java from 1 to 3 #4388

* Bump actions/setup-java from 1 to 3 #4388

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: rusefillc <sdfsdfqsf2334234234>
2022-07-28 04:00:13 -04:00
dependabot[bot] c635774680
Bump actions/upload-artifact from 2 to 3 (#4390)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-27 13:10:58 -04:00
dependabot[bot] 15f1d68000
Bump actions/checkout from 2 to 3 (#4389)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-27 12:47:07 +03:00
Matthew Kennedy 4643dc3c79
Reenable sanitize (#4384)
* turn on sanitize, fix overrun

* allow sanitize override, disable it for shared lib

* probably fix android build
2022-07-27 09:22:22 +03:00
rusefillc f7f6f9d8eb Revert "Reenable sanitize (#4365)"
This reverts commit d87be38401.
2022-07-22 08:15:15 -04:00
Matthew Kennedy d87be38401
Reenable sanitize (#4365)
* turn on sanitize, fix overrun

* allow sanitize override, disable it for shared lib
2022-07-22 08:19:54 +03:00
rusefillc 20cf22665e JNI for test coverage #3965 2022-03-13 00:25:10 -05:00
rusefillc d4710bbb19 JNI for test coverage #3965 2022-02-28 23:50:51 -05:00
rusefillc 24b7de0323 is this file update very broken? 2021-12-22 20:31:44 -05:00
rusefillc 00e87f31d5 lua code formatting 2021-11-25 10:27:03 -05:00
rusefillc 196d88d89c did we have tests disabled?! 2021-11-24 13:21:03 -05:00
rusefillc a2115c88fa GHA: submodules: recursive #3494 2021-11-07 00:46:43 -04:00
David Holdeman c1b173a1e1
Use SSH for remaining workflows (#3407)
* install sshpass instead of ncftp

* don't use file for command

* change env vars

* replace ncftp with sshpass in docs

* switch gcov upload

* use heredoc instead of file

* convert ibom

* whoops

* messed up var

* remove quotes

* undo ini variable changes
2021-10-25 08:22:31 -04:00
rusefillc d900ba93de GHA reliability: retry FTP upload #3011
refactoring: more proper file name

TODO: more proper file location :)
2021-10-09 01:43:56 -04:00
rusefillc c0aeb39301 revert to safety 2021-06-25 01:07:36 -04:00
rusefillc 71ed4edcb1 console ant should be self-contained - one ant invocation should build things 2021-06-25 00:41:03 -04:00
Matthew Kennedy 2c6b8ae3c6
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
rusefi 418ca7e6ee .apk to build_server 2020-08-15 23:58:29 -04:00
rusefi 45066e2b57 action to upload server binary 2020-07-18 00:13:15 -04:00
rusefi 00eaf8a04c action to upload server binary 2020-07-17 23:44:58 -04:00
rusefi 98f0f145d5 console tests artifact 2020-07-08 15:10:30 -04:00
rusefi 749deac7a0 test result artifact 2020-07-08 00:52:03 -04:00
rusefi 14e08f8ed2 test result artifact 2020-07-08 00:48:01 -04:00
rusefi 5eb17e9f5a test result artifact 2020-07-08 00:45:00 -04:00
rusefi 81c4d9c86e test result artifact 2020-07-08 00:41:16 -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
rusefi dbf272655f yaml is sensitive 2020-05-24 13:36:58 -04:00
rusefi de3c62248b console GH 2020-05-24 11:35:50 -04:00
rusefi 83f5d92921 console GH 2020-05-24 11:28:28 -04:00
rusefi a819b6928d console GH 2020-05-24 11:25:32 -04:00