Skip to content
Snippets Groups Projects
Commit 8e78af5a authored by Elisabetta Pianori's avatar Elisabetta Pianori
Browse files

Merge branch 'kk_checkformatatbuild' into 'devel'

CI: Move format_check to build stage as it can be run there.

See merge request !222
parents c191e8ef b4f74f5b
Branches
Tags
6 merge requests!308Bring main and devel back in sync,!300playing with fixing divergence between devel and main,!287Updates for Julabo Chiller,!285Julabo Chiller Added with Fixed Pipeline Compatibility,!269Merge devel into main: largest change is code formatting checker and enforcement in CI,!222CI: Move format_check to build stage as it can be run there.
Pipeline #2520451 passed
stages:
- build
- format_check
- package
- deploy
......@@ -23,7 +22,7 @@ variables:
format_check:
extends: .base
stage: format_check
stage: build
script:
- python3 -m pip install --upgrade pip wheel
- python3 -m pip install clang-format
......
......
......@@ -4,6 +4,8 @@
namespace py = pybind11;
#include "Logger.h"
void register_com(py::module&);
void register_ps(py::module&);
void register_equipconf(py::module&);
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment