cicd: add clang-tidy to .drone.yml apt install packages
This commit is contained in:
parent
cdf58d74e5
commit
e76dae503e
|
@ -11,7 +11,7 @@ steps:
|
|||
image: ubuntu:latest
|
||||
commands:
|
||||
- apt update
|
||||
- apt-get install -y build-essential cmake clang gcc g++ python3 python3-pip python3.12-venv
|
||||
- apt-get install -y build-essential cmake clang clang-tidy gcc g++ python3 python3-pip python3.12-venv
|
||||
|
||||
- python3 -m venv /opt/venv
|
||||
- . /opt/venv/bin/activate
|
||||
|
@ -48,7 +48,7 @@ steps:
|
|||
image: ubuntu:latest
|
||||
commands:
|
||||
- apt update
|
||||
- apt-get install -y build-essential cmake clang gcc g++ python3 python3-pip python3.12-venv
|
||||
- apt-get install -y build-essential cmake clang clang-tidy gcc g++ python3 python3-pip python3.12-venv
|
||||
|
||||
- python3 -m venv /opt/venv
|
||||
- . /opt/venv/bin/activate
|
||||
|
|
Loading…
Reference in New Issue