treating warnings as errors during workflows (#1473)

* treating warnings as errors during workflows

* suppress warnings for moench calibration

* no format overflow

* revert formatting

* bettter conditional branching in cmake
This commit is contained in:
2026-08-03 09:30:53 +02:00
committed by mazzol_a
parent 7a4af4e7e1
commit a01d96e892
4 changed files with 29 additions and 6 deletions
+2 -1
View File
@@ -37,7 +37,8 @@ jobs:
-DSLS_USE_PYTHON=ON \
-DSLS_USE_HDF5=ON \
-DSLS_USE_GUI=ON \
-DSLS_USE_MOENCH=ON
-DSLS_USE_MOENCH=ON \
-DSLS_TREAT_WARNINGS_AS_ERRORS=ON
- name: Build
# Build your program with the given configuration