1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-10-06 09:17:07 +02:00

Change ci formatter script to allow system wide installation

this is fine for a temporary ci
This commit is contained in:
Elias Steurer 2023-08-17 10:48:28 +02:00
parent b1cc1587eb
commit 18b8c4025b

View File

@ -9,8 +9,8 @@ formatting:
- apt-get update -y
- apt-get install python3-pip python-is-python3 clang clang-format -y
script:
- python -m pip install -U pip wheel
- python -m pip install -U cmakelang
- python -m pip install -U pip wheel --break-system-packages
- python -m pip install -U cmakelang --break-system-packages
- cd Tools
- python clang_format.py
- python cmake_format.py