uzh-rpg / vilib

CUDA Visual Library by RPG

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ToDo: Unit Testing and Continuos Integration

foehnx opened this issue · comments

Enabling continuous integration checks through unit tests should help with various possible bugs.
This issue might take a while to be implemented and resolved.
It will require testing on a CUDA enabled Jenkins machine or similar.

  • Create unit tests within GoogleTest
  • Create simpler cmake for building
  • Setup our Jenkins and webhooks.
  • Deploy CI by requiring successful tests for a pull request merge.