cicd: add clang-tidy to .drone.yml apt install packages
This commit is contained in:
		
							parent
							
								
									cdf58d74e5
								
							
						
					
					
						commit
						e76dae503e
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -11,7 +11,7 @@ steps:
 | 
				
			||||||
  image: ubuntu:latest
 | 
					  image: ubuntu:latest
 | 
				
			||||||
  commands:
 | 
					  commands:
 | 
				
			||||||
  - apt update
 | 
					  - 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
 | 
					  - python3 -m venv /opt/venv
 | 
				
			||||||
  - . /opt/venv/bin/activate
 | 
					  - . /opt/venv/bin/activate
 | 
				
			||||||
| 
						 | 
					@ -48,7 +48,7 @@ steps:
 | 
				
			||||||
  image: ubuntu:latest
 | 
					  image: ubuntu:latest
 | 
				
			||||||
  commands:
 | 
					  commands:
 | 
				
			||||||
  - apt update
 | 
					  - 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
 | 
					  - python3 -m venv /opt/venv
 | 
				
			||||||
  - . /opt/venv/bin/activate
 | 
					  - . /opt/venv/bin/activate
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue