try newlines
This commit is contained in:
parent
8be700ea11
commit
ec84328093
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue