aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/ci-install.sh
Commit message (Collapse)AuthorAgeFilesLines
* ar100: Support for ar100 (#6054)Elias Bakken2023-02-201-0/+14
| | | | | Add files to support AR100 Signed-off-by: Elias Bakken <elias@iagent.no>
* workflows: Convert to Ubuntu 20.04 for build testKevin O'Connor2023-02-091-3/+3
| | | | | | This also updates to the latest version of pru-gcc. 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-3/+13
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* scripts: No need to include python-virtualenv in package dependenciesKevin O'Connor2020-11-231-1/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* scripts: Minor formatting change to ci-install.shKevin O'Connor2020-11-231-4/+5
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* build-test: Move system package installation to ci-install.shKevin O'Connor2020-10-301-0/+11
| | | | | | | It's more maintainable to have the system packages listed in ci-install.sh instead of in build-test.yaml. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* build-test: Remove references to "travis" in build testsKevin O'Connor2020-10-301-0/+46
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>