Fix unit test build and build unit tests in CI
- Fix a compilation problem in the unit tests - fixes #711 (closed)
- Add unit tests to CI in
- Add a
try ... except
block around CI stages to log when the CI fails in python code (and mark as failed), instead of simply stopping the process
Edited by Robert Schmidt