Actually added the files for msgPrintControl

This commit is contained in:
2025-03-04 09:23:34 +01:00
parent d3307db987
commit ca7bede4b7
3 changed files with 235 additions and 12 deletions

View File

@ -1,6 +1,6 @@
default:
image: docker.psi.ch:5000/sinqdev/sinqepics:latest
stages:
- lint
- build
@ -24,16 +24,6 @@ formatting:
tags:
- sinq
# clangtidy:
# stage: lint
# script:
# - curl https://docker.psi.ch:5000/v2/_catalog
# # - dnf update -y
# # - dnf install -y clang-tools-extra
# # - clang-tidy sinqEPICSApp/src/*.cpp sinqEPICSApp/src/*.c sinqEPICSApp/src/*.h -checks=cppcoreguidelines-*,cert-*
# # tags:
# # - sinq
build_module:
stage: build
script:
@ -48,4 +38,4 @@ build_module:
expire_in: 1 week
when: always
tags:
- sinq
- sinq