AxisCommunications / acap3-examples

Example code for APIs and features in AXIS Camera Application Platform (ACAP) version 3
Apache License 2.0
55 stars 20 forks source link

Add SHFMT linter and parallelize builds #153

Closed pataxis closed 2 years ago

pataxis commented 2 years ago

Add SHFMT linter and update format of shell scripts. Some straightforward scripts have been converted to use /bin/sh instead of bash.

Also let make build in parallel to make use of multicore CPUs to improve build times where applicable.

Close #140