mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
				synced 2025-03-21 01:53:15 +00:00 
			
		
		
		
	cmake: Add SCM detection for Azure
This commit is contained in:
		
							parent
							
								
									cc3db2aa43
								
							
						
					
					
						commit
						14248685af
					
				@ -10,6 +10,9 @@ if (DEFINED ENV{CI})
 | 
				
			|||||||
  elseif(DEFINED ENV{APPVEYOR})
 | 
					  elseif(DEFINED ENV{APPVEYOR})
 | 
				
			||||||
    set(BUILD_REPOSITORY $ENV{APPVEYOR_REPO_NAME})
 | 
					    set(BUILD_REPOSITORY $ENV{APPVEYOR_REPO_NAME})
 | 
				
			||||||
    set(BUILD_TAG $ENV{APPVEYOR_REPO_TAG_NAME})
 | 
					    set(BUILD_TAG $ENV{APPVEYOR_REPO_TAG_NAME})
 | 
				
			||||||
 | 
					  elseif(DEFINED ENV{AZURE})
 | 
				
			||||||
 | 
					    set(BUILD_REPOSITORY $ENV{AZURE_REPO_NAME})
 | 
				
			||||||
 | 
					    set(BUILD_TAG $ENV{AZURE_REPO_TAG})
 | 
				
			||||||
  endif()
 | 
					  endif()
 | 
				
			||||||
endif()
 | 
					endif()
 | 
				
			||||||
add_custom_command(OUTPUT scm_rev.cpp
 | 
					add_custom_command(OUTPUT scm_rev.cpp
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user