summaryrefslogtreecommitdiff
path: root/tools/build_release_files.py
AgeCommit message (Collapse)Author
2021-03-24implement issue #4470Neradoc
move the language allow list to generate_download_info() and use it there too
2021-03-15run code formatting scriptmicroDev
2021-03-01build_release_files: Only build languages in an allow-listJeff Epler
2020-07-25use -j2 in the actual build alsoKenny
2020-07-24Use 2 cores per job in github buildKenny
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-06Add license to some obvious files.Diego Elio Pettenò
2019-08-27Swap the CI to GitHub Actions from TravisScott Shawcroft
2019-05-24Implement forced clean builds for boards so designated.Dan Halbert
Mark boards that set CFLAGS_INLINE_LIMIT for particular langauges as needing clean builds. Fixes #1910.
2019-04-11Add alias support for unique board revsScott Shawcroft
This way we can list different board styles and track their downloads without a completely new binary. Fixes #1673
2019-01-14Update build_release_files.pyvgoodwinv
2019-01-14Update build_release_files.pyvgoodwinv
2019-01-14Update build_release_files.pyvgoodwinv
added language directories under exist board directories for #1441
2018-12-05make sure travis sees some output in timeDan Halbert
2018-12-04Don't capture outputScott Shawcroft
2018-12-04Add particle boards, fix cp32 and try to speed up atmel buildScott Shawcroft