chore(concrete_cuda): update cmake minimum version required and check cmake files formatting

This commit is contained in:
Agnes Leroy
2023-03-16 17:36:52 +01:00
committed by Agnès Leroy
parent fc46d4d6ca
commit dff6532f2f
6 changed files with 91 additions and 86 deletions

View File

@@ -13,10 +13,13 @@ jobs:
- name: Set up Clang
run: |
sudo apt-get install clang-format-11
- name: Install cmake-format
run: |
pip install cmakelang
- name: Format Concrete-cuda
run: |
cd backends/concrete-cuda/implementation
./clang-format.sh
./format_concrete_cuda.sh
- name: Check diff
run: git diff --exit-code