robotology/bayes-filters-lib

Switch from current CI system to GitHub actions

xEnVrE opened this issue · 2 comments

Right now, the CI system is not working properly:

  • Codacy is not enabled on the devel branch
  • Travis CI is working properly with gcc C++ and clang C++ compilers but is failing with Xcode (reported error is: the command "which ccache" failed and exited with 1 during .)

Although fixing these errors is doable, it is probably better to spend some time to move the CI system to GitHub actions.

Agreed :-) Thanks for reporting!

Addressed in #87