Jeff Epler
|
bddd6b013d
|
build_release_files: Only build languages in an allow-list
|
2021-03-01 15:28:58 -06:00 |
Kenny
|
ebc1373c08
|
use -j2 in the actual build also
|
2020-07-25 10:23:42 -07:00 |
Kenny
|
11d225fe62
|
Use 2 cores per job in github build
As of today, https://docs.github.com/en/actions/reference/virtual-environments-for-github-hosted-runners
states that hosted runners have a 2-core CPU.
This uses make -j $physical_cores to try and be better about utilizing the time spent on those machines.
When github upgrades runners to have more cores we'll benefit from that too.
|
2020-07-24 22:08:56 -07:00 |
Diego Elio Pettenò
|
34b4993d63
|
Add license to some obvious files.
|
2020-07-06 19:16:25 +01:00 |
Scott Shawcroft
|
6106909c10
|
Swap the CI to GitHub Actions from Travis
|
2019-08-27 19:53:54 -07:00 |
Dan Halbert
|
4e85c1ef91
|
Implement forced clean builds for boards so designated.
Mark boards that set CFLAGS_INLINE_LIMIT for particular langauges as needing clean builds.
Fixes #1910.
|
2019-05-24 15:32:24 -04:00 |
Scott Shawcroft
|
1eb1430d82
|
Add alias support for unique board revs
This way we can list different board styles and track their
downloads without a completely new binary.
Fixes #1673
|
2019-04-11 11:25:04 -07:00 |
vgoodwinv
|
c1cfe5f5f0
|
Update build_release_files.py
|
2019-01-14 21:35:21 -05:00 |
vgoodwinv
|
d1204c7cf3
|
Update build_release_files.py
|
2019-01-14 21:27:14 -05:00 |
vgoodwinv
|
6962c04f66
|
Update build_release_files.py
added language directories under exist board directories for #1441
|
2019-01-14 21:21:48 -05:00 |
Dan Halbert
|
58f230d632
|
make sure travis sees some output in time
|
2018-12-05 15:01:58 -05:00 |
Scott Shawcroft
|
b0da9ac780
|
Don't capture output
|
2018-12-04 18:20:51 -08:00 |
Scott Shawcroft
|
15c1fc873c
|
Add particle boards, fix cp32 and try to speed up atmel build
|
2018-12-04 18:20:48 -08:00 |