-
Notifications
You must be signed in to change notification settings - Fork 314
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CI: Added audio tests #1113
CI: Added audio tests #1113
Conversation
|
||
"CI-audio-test": | ||
- "lc3/**/*" | ||
- "softdevice_controller/CMakeLists.txt" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nitpick: not sure if this line is needed
113e077
to
3bae805
Compare
@@ -180,3 +180,9 @@ | |||
- "crypto/**/*" | |||
- "!crypto/doc/**/*" | |||
- "!crypto/*.rst" | |||
|
|||
"CI-audio-test": |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Frodevan : Is there a way CI can run with this controller when changes are pushed to this repo?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This has now been fixed for CI
Tested in nrfconnect/sdk-nrf#13069 |
Added Audio in CI when SDC or LC3 changes Signed-off-by: Kristoffer Rist Skøien <[email protected]>
3bae805
to
09b7659
Compare
Added Audio in CI when SDC or LC3 changes