Adding Catch2 for unittests, reworked CI #165

Merged
muellerr merged 28 commits from mohr/catch2 into develop 2022-03-03 13:34:24 +01:00
Showing only changes of commit 606da48861 - Show all commits

View File

@ -4,7 +4,10 @@ pipeline {
BUILDDIR_LINUX = 'build_linux'
}
agent {
docker { image 'eive-obsw:d2'}
docker {
image 'eive-obsw:d2'
args '--sysctl fs.mqueue.msg_max=100'
}
}
stages {
stage('Clean') {