PX4 / libcxx

WIP effort to get llvm libcxx ported to NuttX
http://nuttx.org/doku.php?id=wiki:nshhowtos:llvm-stdcxx
Other
1 stars 2 forks source link

setup testing #7

Open dagar opened 5 years ago

dagar commented 5 years ago

I'll get basic testing working on Linux to make sure we don't break anything. In the process I'll see if it's feasible to build and run any of the testing in NuttX.

https://libcxx.llvm.org/docs/TestingLibcxx.html

dagar commented 5 years ago

http://lab.llvm.org:8080/green/view/Libcxx/

dagar commented 5 years ago

TODO: setup NuttX + apps basic CI to test stm32f4discovery/testlibcxx

dagar commented 5 years ago

NuttX side testing branch - https://github.com/PX4/NuttX/tree/pr-nuttx_libcxx

Working - http://ci.px4.io:8080/blue/organizations/jenkins/PX4%2FNuttX/detail/pr-nuttx_libcxx/2/pipeline

image