mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-25 04:02:50 +01:00
Change ci formatter script to allow system wide installation
this is fine for a temporary ci
This commit is contained in:
parent
b1cc1587eb
commit
18b8c4025b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user