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

Add missing clang dependency

This commit is contained in:
Elias Steurer 2022-12-28 15:00:50 +01:00
parent d929369008
commit a05a690a37

View File

@ -138,11 +138,11 @@ formatting:
- gitlab-org-docker
before_script:
- apt-get update -y
- apt-get install python3-pip python-is-python3 -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
- cd ./Tools
- cd Tools
- python clang_format.py
- python cmake_format.py