mirror of
				https://gitlab.freedesktop.org/wlroots/wlroots.git
				synced 2025-11-03 09:01:40 -05:00 
			
		
		
		
	Merge pull request #1392 from emersion/disable-static-analysis
Disable Clang static analysis
This commit is contained in:
		
						commit
						b5093a940b
					
				
					 1 changed files with 4 additions and 6 deletions
				
			
		| 
						 | 
					@ -15,14 +15,12 @@ sources:
 | 
				
			||||||
  - https://github.com/swaywm/wlroots
 | 
					  - https://github.com/swaywm/wlroots
 | 
				
			||||||
tasks:
 | 
					tasks:
 | 
				
			||||||
  - setup: |
 | 
					  - setup: |
 | 
				
			||||||
      mkdir wlroots/build-{gcc,clang}
 | 
					      cd wlroots
 | 
				
			||||||
      cd wlroots/build-gcc
 | 
					      CC=gcc meson build-gcc
 | 
				
			||||||
      CC=gcc meson ..
 | 
					      CC=clang meson build-clang
 | 
				
			||||||
      cd ../build-clang
 | 
					 | 
				
			||||||
      CC=clang meson ..
 | 
					 | 
				
			||||||
  - gcc: |
 | 
					  - gcc: |
 | 
				
			||||||
      cd wlroots/build-gcc
 | 
					      cd wlroots/build-gcc
 | 
				
			||||||
      ninja
 | 
					      ninja
 | 
				
			||||||
  - clang: |
 | 
					  - clang: |
 | 
				
			||||||
      cd wlroots/build-clang
 | 
					      cd wlroots/build-clang
 | 
				
			||||||
      ninja scan-build
 | 
					      ninja
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue