Skip to content

GitHub Actions

starturtle edited this page Sep 26, 2020 · 1 revision

How to install the dependencies on the test system?

The production code requires some outside way to install:

  • CMake
  • OpenCV
  • Qt5

Right now, the corresponding action is disabled because it doesn't work. Hopefully, at one point this page will contain the path to how that could be changed.

Running tests with GitHub Actions

There is such a thing as a test target for the action implemented in the project's code. However... There is no documentation as to what is expected to make the switch work. Answers to that question should also go here.

Clone this wiki locally