aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/ci-build.sh
Commit message (Collapse)AuthorAgeFilesLines
* Rename everything significant to Kutter except for docsTomasz Kramkowski2025-08-151-1/+1
|
* ar100: Convert to or1k-elf toolchainKevin O'Connor2025-06-081-1/+1
| | | | | | | | | The more.musl.cc site is blocking downloads from all github actions, which makes it difficult to use that site for the ar100 cross build toolchain. Convert to the openrisc or1k-elf toolchain as a replacement. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* check-software-div: Add a new build check for software divideKevin O'Connor2025-04-171-0/+1
| | | | | | | Update the build checks to include a check for unexpected software divide operations. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* ci-install: Use prebuilt pru gcc binariesKevin O'Connor2025-04-081-1/+1
| | | | | | | Don't build the pru binaries directly in the build test cases, instead use the upstream binaries provided. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* 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>