aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/ci-build.sh
Commit message (Collapse)AuthorAgeFilesLines
* ar100: Support for ar100 (#6054)Elias Bakken2023-02-201-0/+1
| | | | | Add files to support AR100 Signed-off-by: Elias Bakken <elias@iagent.no>
* klippy: Add a build import test toolKevin O'Connor2021-10-041-0/+8
| | | | | | | | Add a test case to verify that every optional module successfully loads on both Python2 and Python3. This is intended to catch syntax and module imports that are not compatible between Python versions. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* scripts: Update klippy build tests to verify on both Python2 and Python3Kevin O'Connor2021-10-041-2/+7
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* ci-build: Report binary size during build testsKevin O'Connor2020-12-101-0/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* build-test: Remove references to "travis" in build testsKevin O'Connor2020-10-301-0/+67
Use "ci-build.sh" "ci-install.sh" and similar, as travis-ci is no longer being used. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>