mirror of
				https://github.com/TheLartians/ModernCppStarter.git
				synced 2025-10-31 18:21:35 +01:00 
			
		
		
		
	Do NOT set visibility to hidden for all targets
only if requested and only for our target use clang-tidy too on CI on cmacos
This commit is contained in:
		
							parent
							
								
									1b3755e6e5
								
							
						
					
					
						commit
						a50af55582
					
				
					 7 changed files with 26 additions and 16 deletions
				
			
		
							
								
								
									
										4
									
								
								.github/workflows/macos.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/macos.yml
									
										
									
									
										vendored
									
									
								
							|  | @ -37,3 +37,7 @@ jobs: | |||
|         run: | | ||||
|           cd build | ||||
|           ctest --build-config Debug | ||||
| 
 | ||||
|       - name: build standalone with clang-tidy | ||||
|         run: | | ||||
| 	    cmake -S standalone -B build/standalone -DUSE_STATIC_ANALYZER=clang-tidy | ||||
|  |  | |||
							
								
								
									
										2
									
								
								.github/workflows/standalone.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/standalone.yml
									
										
									
									
										vendored
									
									
								
							|  | @ -4,9 +4,11 @@ name: Standalone | |||
| on: | ||||
|   push: | ||||
|     branches: | ||||
|       - master | ||||
|       - develop | ||||
|   pull_request: | ||||
|     branches: | ||||
|       - master | ||||
|       - develop | ||||
| 
 | ||||
| env: | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue