-
Notifications
You must be signed in to change notification settings - Fork 0
/
TODO
36 lines (19 loc) · 1.28 KB
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
- Add workaround for "hdiutil: create failed - Resource busy" bug on MacOS
See https://github.com/actions/runner-images/issues/7522
- 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 trigger on a new tag creation while setting proper make flags and naming the release with the tag
- 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
- 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 uncrustify
- On PR creation, post submission process hint
- On PR creation and synchronization, perform unit tests and PD tests where applicable (determined by repo)
- Figure out how to create and upload tarballs to tag releases
- Figure out how to manually trigger build of a tag release
- Provide build workflow for sigrok-firmware
- Provide release build workflow for sigrok-firmware (i.e. tags, tarballs)