mirror of
				https://github.com/TheLartians/ModernCppStarter.git
				synced 2025-10-31 02:01:33 +01:00 
			
		
		
		
	be prepared for git flow too
This commit is contained in:
		
							parent
							
								
									aa02116995
								
							
						
					
					
						commit
						4cc7653883
					
				
					 7 changed files with 13 additions and 1 deletions
				
			
		
							
								
								
									
										2
									
								
								.github/workflows/install.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/install.yml
									
										
									
									
										vendored
									
									
								
							|  | @ -3,10 +3,12 @@ name: Install | ||||||
| on: | on: | ||||||
|   push: |   push: | ||||||
|     branches: |     branches: | ||||||
|  |       - develop | ||||||
|       - master |       - master | ||||||
|       - main |       - main | ||||||
|   pull_request: |   pull_request: | ||||||
|     branches: |     branches: | ||||||
|  |       - develop | ||||||
|       - master |       - master | ||||||
|       - main |       - main | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
							
								
								
									
										2
									
								
								.github/workflows/macos.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/macos.yml
									
										
									
									
										vendored
									
									
								
							|  | @ -3,10 +3,12 @@ name: MacOS | ||||||
| on: | on: | ||||||
|   push: |   push: | ||||||
|     branches: |     branches: | ||||||
|  |       - develop | ||||||
|       - master |       - master | ||||||
|       - main |       - main | ||||||
|   pull_request: |   pull_request: | ||||||
|     branches: |     branches: | ||||||
|  |       - develop | ||||||
|       - master |       - master | ||||||
|       - main |       - main | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
							
								
								
									
										2
									
								
								.github/workflows/standalone.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/standalone.yml
									
										
									
									
										vendored
									
									
								
							|  | @ -3,10 +3,12 @@ name: Standalone | ||||||
| on: | on: | ||||||
|   push: |   push: | ||||||
|     branches: |     branches: | ||||||
|  |       - develop | ||||||
|       - master |       - master | ||||||
|       - main |       - main | ||||||
|   pull_request: |   pull_request: | ||||||
|     branches: |     branches: | ||||||
|  |       - develop | ||||||
|       - master |       - master | ||||||
|       - main |       - main | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
							
								
								
									
										2
									
								
								.github/workflows/style.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/style.yml
									
										
									
									
										vendored
									
									
								
							|  | @ -3,10 +3,12 @@ name: Style | ||||||
| on: | on: | ||||||
|   push: |   push: | ||||||
|     branches: |     branches: | ||||||
|  |       - develop | ||||||
|       - master |       - master | ||||||
|       - main |       - main | ||||||
|   pull_request: |   pull_request: | ||||||
|     branches: |     branches: | ||||||
|  |       - develop | ||||||
|       - master |       - master | ||||||
|       - main |       - main | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
							
								
								
									
										2
									
								
								.github/workflows/ubuntu.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/ubuntu.yml
									
										
									
									
										vendored
									
									
								
							|  | @ -3,10 +3,12 @@ name: Ubuntu | ||||||
| on: | on: | ||||||
|   push: |   push: | ||||||
|     branches: |     branches: | ||||||
|  |       - develop | ||||||
|       - master |       - master | ||||||
|       - main |       - main | ||||||
|   pull_request: |   pull_request: | ||||||
|     branches: |     branches: | ||||||
|  |       - develop | ||||||
|       - master |       - master | ||||||
|       - main |       - main | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
							
								
								
									
										2
									
								
								.github/workflows/windows.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/windows.yml
									
										
									
									
										vendored
									
									
								
							|  | @ -3,10 +3,12 @@ name: Windows | ||||||
| on: | on: | ||||||
|   push: |   push: | ||||||
|     branches: |     branches: | ||||||
|  |       - develop | ||||||
|       - master |       - master | ||||||
|       - main |       - main | ||||||
|   pull_request: |   pull_request: | ||||||
|     branches: |     branches: | ||||||
|  |       - develop | ||||||
|       - master |       - master | ||||||
|       - main |       - main | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -27,7 +27,7 @@ add_executable(${PROJECT_NAME} ${sources}) | ||||||
| # enable pedantic compiler warnings | # enable pedantic compiler warnings | ||||||
| include(../cmake/WarningsAsErrors.cmake) | include(../cmake/WarningsAsErrors.cmake) | ||||||
| 
 | 
 | ||||||
| # TODO(CK): why is this needed on CI? | # TODO(CK): why is this name used on CI? | ||||||
| set_target_properties(${PROJECT_NAME} PROPERTIES OUTPUT_NAME Greeter) | set_target_properties(${PROJECT_NAME} PROPERTIES OUTPUT_NAME Greeter) | ||||||
| 
 | 
 | ||||||
| target_link_libraries(${PROJECT_NAME} Greeter::Greeter cxxopts) | target_link_libraries(${PROJECT_NAME} Greeter::Greeter cxxopts) | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue