From: Soeren Apel Date: Tue, 13 Aug 2024 15:39:36 +0000 (+0200) Subject: Add TODO file X-Git-Url: https://sigrok.org/gitaction?a=commitdiff_plain;h=72132a0b73e2e58be98f67ae8c92dcb5572ba942;p=sigrok-build.git Add TODO file --- diff --git a/TODO b/TODO new file mode 100644 index 0000000..8f4e812 --- /dev/null +++ b/TODO @@ -0,0 +1,29 @@ + +- On push to master, update continuous builds + Ignore paths, see https://github.com/knarfS/smuview/blob/master/.github/workflows/build.yml + +- Figure out how to upload the artifacts to the individual repos + +- Figure out how to trigger on PR creation and upload artifacts to PRs + +- Do the macOS builds need debug/release versions or is only one needed? + +- Add i386 builds + +- Figure out how to do actual release builds + +- Build API references that can be mirrored and hosted by sigrok.org + +- Build PV manual that can be mirrored and hosted by sigrok.org + See https://github.com/knarfS/smuview/blob/master/.github/workflows/documentation.yml + +- On push to master, create reports using clang-tidy + +- On push to libsigrok PR, check for style issues using clang-format + https://github.com/knarfS/libsigrok/tree/clang-format_v1 + +- On PR creation, post submission process hint + +- On PR creation, build binaries for that PR and attach them to the PR + +- On PR creation, perform unit tests and PD tests