try newlines

This commit is contained in:
David Holdeman 2021-05-24 13:43:43 -05:00 committed by GitHub
parent 8be700ea11
commit ec84328093
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -1,4 +1,5 @@
Github Actions is currently in charge of: Github Actions is currently in charge of:
* Firmware Builds: continues integration publishing at https://rusefi.com/build_server/ * Firmware Builds: continues integration publishing at https://rusefi.com/build_server/
* Console Builds * Console Builds
* Simulator Builds * Simulator Builds
@ -19,6 +20,7 @@ We have tried to keep Jenkins working in case we need to revert to it.
## Jenkins setup ## Jenkins setup
### Jobs: ### Jobs:
1) unit_tests 1) unit_tests
2) integration_and_primary_bundle 2) integration_and_primary_bundle
3) documentation 3) documentation
@ -29,6 +31,7 @@ We have tried to keep Jenkins working in case we need to revert to it.
https://cygwin.com/install.html https://cygwin.com/install.html
Cygwin packages that need to be installed: Cygwin packages that need to be installed:
- make - make
- gcc-core - gcc-core
- mingw64-i686-gcc-core - mingw64-i686-gcc-core