]> sigrok.org Git - sigrok-build.git/commitdiff
Add TODO file
authorSoeren Apel <redacted>
Tue, 13 Aug 2024 15:39:36 +0000 (17:39 +0200)
committerSoeren Apel <redacted>
Tue, 13 Aug 2024 15:39:36 +0000 (17:39 +0200)
TODO [new file with mode: 0644]

diff --git a/TODO b/TODO
new file mode 100644 (file)
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