BrainsOnBoard / bob_robotics

Collection of code for interfacing with robot platforms + simulations and visualisation
GNU General Public License v2.0
2 stars 6 forks source link

Fix Jenkins linking errors #346

Closed alexdewar closed 2 years ago

alexdewar commented 2 years ago

This is currently causing tests to fail. The cause seems to be that the Python module's C++ code won't compile properly via the root CMakeLists.txt file, which is fine as it can't be built that way anyway (it's only included so that IDEs can get info about the source files).

So let's just disable building Python C++ code on Jenkins. It's already build-tested separately anyways.