Skip to content
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

cmake:add missing rtptools CMake scripts #2860

Merged
merged 1 commit into from
Nov 19, 2024

Conversation

xuxin930
Copy link
Contributor

Summary

Impact

Testing

Signed-off-by: xuxin19 <xuxin19@xiaomi.com>
@nuttxpr
Copy link

nuttxpr commented Nov 19, 2024

[Experimental Bot, please feedback here]

Summary

This PR does not include any code changes and is therefore only a template for evaluating other PRs against the NuttX requirements. It does not meet the requirements for a real NuttX PR as it implements no functionality.

Impact

No impact as this PR implements no changes.

Testing

No testing performed as this PR implements no changes. Therefore, it does not meet the testing requirements.

Copy link
Member

@lupyuen lupyuen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested OK with sim-03 on Docker. Thanks!
https://gist.github.com/nuttxpr/7868a04a25e1dadf1aa59c1dd5904894

$ sudo docker run -it \
  ghcr.io/apache/nuttx/apache-nuttx-ci-linux:latest \
  /bin/bash
$ cd
$ git clone https://github.com/apache/nuttx
$ git clone https://github.com/xuxin930/nuttx-apps apps --branch bugfix-1119
$ pushd nuttx ; echo NuttX Source: https://github.com/apache/nuttx/tree/$(git rev-parse HEAD) ; popd ;
NuttX Source: https://github.com/apache/nuttx/tree/9f835f63bd055337f15f93f3bc32b55e43f11bd6
$ pushd apps  ; echo NuttX Apps: https://github.com/apache/nuttx-apps/tree/$(git rev-parse HEAD) ; popd ;
NuttX Apps: https://github.com/apache/nuttx-apps/tree/63386c1c60df4e5d81d0ba42980225a73edde70a
$ cd nuttx/tools/ci ;
$ ./cibuild.sh -c -A -N -R testlist/sim-03.dat 
Cmake in present: sim/rtptools
  Cleaning...
  Configuring...
  Select HOST_LINUX=y
  Select HOST_X86_64=y
  Building NuttX...

@xiaoxiang781216 xiaoxiang781216 merged commit 1b91e3c into apache:master Nov 19, 2024
25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants