install Catch2 for CI/CD #247

Merged
meierj merged 7 commits from mueller/install-catch2-docker into develop 2022-05-06 10:00:13 +02:00
Showing only changes of commit a920f60c61 - Show all commits

View File

@ -5,7 +5,7 @@ pipeline {
} }
agent { agent {
docker { docker {
image 'eive-obsw-ci:d4' image 'eive-obsw-ci:d5'
args '--sysctl fs.mqueue.msg_max=100' args '--sysctl fs.mqueue.msg_max=100'
} }
} }