1
0
forked from fsfw/fsfw

some more API improvements and replacements

This commit is contained in:
2022-07-26 11:14:40 +02:00
parent 500a5602bd
commit f1c37203a4
20 changed files with 49 additions and 61 deletions

View File

@ -1,6 +1,6 @@
pipeline {
environment {
BUILDDIR = 'build-tests'
BUILDDIR = 'cmake-build-tests'
}
agent {
docker { image 'fsfw-ci:d3'}