Catch 2 Update #538

Merged
mohr merged 13 commits from mueller/catch2-update into development 2022-01-31 15:18:43 +01:00
Showing only changes of commit fe95c3337a - Show all commits

View File

@ -1,7 +1,7 @@
pipeline { pipeline {
agent any agent any
environment { environment {
BUILDDIR = 'build-unittests' BUILDDIR = 'build-tests'
} }
stages { stages {
stage('Create Docker') { stage('Create Docker') {